Generic checklist execution engine for any .md checklist. Use this skill when an agent needs to validate work against a checklist. Supports YOLO (autonomous) and interactive modes with pass/fail/partial verdicts.
68
83%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Generic checklist execution engine. Validates work against any .md checklist with consistent behavior across all agents.
/checklist-runner story-dod-checklist
/checklist-runner pre-push-checklist --mode yolo
/checklist-runner po-master-checklist --mode interactiveParse $ARGUMENTS for checklist name. Search in order:
.aiox-core/development/checklists/{name}.md.aiox-core/development/checklists/{name}If no checklist specified or multiple matches, present numbered options list.
| Mode | Behavior |
|---|---|
yolo (default) | Process all sections autonomously, present final report |
interactive | Section-by-section with user confirmation between each |
Gather documents and artifacts specified at the top of the checklist:
docs/stories/npm test runFor each item in the checklist:
Mark each item:
| Verdict | Symbol | Meaning |
|---|---|---|
| PASS | ✅ | Requirement clearly met |
| FAIL | ❌ | Requirement not met or insufficient |
| PARTIAL | ⚠️ | Some aspects covered, needs improvement |
| N/A | ➖ | Not applicable (with justification) |
For each section calculate:
(PASS count) / (total - N/A count) * 100## Checklist Report: {checklist-name}
**Date:** {YYYY-MM-DD}
**Agent:** {current agent}
**Mode:** {yolo|interactive}
### Summary
| Section | Items | Pass | Fail | Partial | N/A | Rate |
|---------|-------|------|------|---------|-----|------|
| ... | ... | ... | ... | ... | ... | ...% |
**Overall:** {PASS_RATE}% ({total_pass}/{total_applicable})
### Failed Items
1. **{item}** — {reason} → {recommendation}
### Decision
**{APPROVED | NEEDS_WORK | FAIL}**
- APPROVED: >= 90% pass rate, 0 FAIL on critical items
- NEEDS_WORK: 70-89% pass rate OR any FAIL on non-critical
- FAIL: < 70% pass rate OR any FAIL on critical items| Checklist | Used By | Purpose |
|---|---|---|
story-dod-checklist.md | @dev | Definition of Done for stories |
self-critique-checklist.md | @dev | Self-review at implementation checkpoints |
pre-push-checklist.md | @devops | Quality gate before git push |
release-checklist.md | @devops | Release readiness verification |
po-master-checklist.md | @po | PO validation checklist |
change-checklist.md | @po | Change impact assessment |
0b32b68
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.