# skills/ai-acceptance/SKILL.mdname: ai-acceptancedescription: "Runs AI output through a 4-gate review checklist."gates:
- functional: "Does it actually do what the user asked?"
- edge_cases: "Empty / long / non-ASCII / concurrent?"
- safety: "PII, secrets, destructive ops — all red-flagged?"
- rollback: "If this ships and breaks, can we undo in 60s?"