From hitl-compliance-gate
Insert a structured compliance review checkpoint into any AI workflow. Use this skill whenever a human-in-the-loop (HITL) review moment occurs and there is any concern about regulatory or standards compliance — even if the user doesn't use the word "compliance." Trigger on phrases like: "check this against NIST", "is this EU AI Act compliant", "ISO 42001 review", "compliance gate", "run a compliance check", "is this safe to proceed", "review before we ship", "flag any risks", or any workflow step where a human is asked to approve AI-generated output before it moves forward. Also trigger when the user is mid-workflow and asks "should we add a compliance check here?" — always say yes and invoke this skill. Covers: EU AI Act, NIST AI RMF, ISO 42001. Outputs a structured sign-off checklist the human reviewer can work through before approving.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hitl-compliance-gate:hitl-compliance-gateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A reusable, plug-in compliance checkpoint for any AI workflow. When a human is about to
A reusable, plug-in compliance checkpoint for any AI workflow. When a human is about to approve AI-generated content, a decision, or a system output, this skill surfaces the right compliance questions for the relevant framework — so the reviewer knows exactly what to look for before signing off.
Before presenting any checklist, orient yourself:
| Signal in context | Load reference |
|---|---|
| "EU", "Europe", "GDPR", "high-risk AI", "Article 13", "CE marking" | references/eu-ai-act.md |
| "NIST", "RMF", "Govern / Map / Measure / Manage", "AI risk profile" | references/nist-ai-rmf.md |
| "ISO", "42001", "AIMS", "management system", "audit", "certification" | references/iso-42001.md |
| Multiple signals, or user says "all frameworks" | Load all three |
| No signal — ambiguous | Ask: "Which framework should I check against? EU AI Act, NIST AI RMF, ISO 42001, or all three?" |
Read the appropriate file(s) from references/ before generating the checklist.
Each file contains: framework overview, risk-tiering logic, key obligations by stage, and
ready-to-use reviewer questions.
references/eu-ai-act.mdreferences/nist-ai-rmf.mdreferences/iso-42001.mdOutput a structured Compliance Gate block using this format:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔒 COMPLIANCE GATE — [FRAMEWORK NAME]
Stage: [design / development / testing / deployment / monitoring]
Item under review: [brief description]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ ADVISORY NOTICE
───────────────────
This output is generated by an AI skill and is provided for informational and
governance support purposes only. It does not constitute legal advice, regulatory
advice, or a formal compliance determination. Do not rely on this output as a
substitute for advice from qualified legal counsel, a licensed compliance
professional, or a certified auditor. Review all outputs with appropriate human
expertise before taking compliance action.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
REVIEWER CHECKLIST
──────────────────
For each item, mark: ✅ Confirmed | ⚠️ Needs work | ❌ Blocker | N/A
[ ] [Question 1]
[ ] [Question 2]
[ ] [Question 3]
...
MANDATORY SIGN-OFF QUESTIONS (must be ✅ to proceed)
─────────────────────────────────────────────────────
[ ] [Critical question 1]
[ ] [Critical question 2]
DECISION
────────
☐ APPROVED — all mandatory items confirmed
☐ CONDITIONALLY APPROVED — proceed with noted remediation items
☐ BLOCKED — one or more mandatory items unresolved
Reviewer name / role: ___________________
Timestamp: ___________________
Notes: ___________________
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Populate the checklist with questions drawn from the loaded reference file, scoped to the detected workflow stage and item type.
After the human completes the checklist:
.md file for audit trail purposes.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub unqdlphn/quirgs --plugin hitl-compliance-gate