Task Compliance
SkillFiles & storageReview an implementation against task file requirements. Checks every spec scenario and Done When criterion, identifies gaps, and reports them. Use when the user says "task compliance", "check compliance", "review against the task", or to verify implementation completeness before shipping.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Task Compliance skill
What this skill tells your AI
The instructions your AI receives, as published by codagent-ai/agent-skills in skills/task-compliance/SKILL.md and read by ahel’s review.
Review the implementation against the task file(s). Extract every spec scenario (WHEN/THEN) and every Done When criterion, then verify each one was addressed. Report what's missing.
Review Process
1. Extract Checklist
From each task file, extract every:
- Spec scenario (WHEN/THEN)
- Done When criterion
- Explicit instruction in the Background or Goal sections
This is your checklist. Every item must be accounted for.
2. Check Compliance
For each checklist item, check whether the implementation addresses it.
Classify each item:
- Addressed — the implementation covers this
- Missed — no evidence this was addressed
- Partially addressed — attempted but incomplete or incorrect
When you're unsure, read the actual code in the repository to verify before classifying. Do not mark something as missed without checking the code first.
3. Report
Present your findings:
## Task Compliance
### Addressed
- [Scenario/criterion] — [evidence]
### Gaps
- [Scenario/criterion] — [what's missing or incomplete]
Guardrails
- Do not mark a scenario as missed without checking the code first. It may have been implemented without being narrated in the conversation.
- Report only. Do not fix gaps — surface them for the human to decide how to proceed.
Signals
- GitHub stars
- 30
- Forks
- 1
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
task-compliance- Source
- github.com/codagent-ai/agent-skills