From codagent
Reviews code implementation against task file requirements, extracting and verifying every spec scenario (WHEN/THEN) and Done When criterion. Identifies and reports gaps before shipping.
npx claudepluginhub codagent-ai/agent-skills --plugin codagentThis skill uses the workspace's default tool permissions.
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.
Verifies code implementations match specs, PRDs, epics, or tasks by checking completeness, acceptance criteria, edge cases, and scope creep. Use post- or during-implementation.
Verifies completed implementations for quality via subagents: completeness, test execution, code review, pragmatic review, production readiness, reality assessment. Compiles read-only reports.
Orchestrates verification of completed implementations via subagents for completeness checks, test execution, code review, pragmatic review, production readiness, and reality assessment. Compiles read-only report.
Share bugs, ideas, or general feedback.
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.
From each task file, extract every:
This is your checklist. Every item must be accounted for.
For each checklist item, check whether the implementation addresses it.
Classify each item:
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.
Present your findings:
## Task Compliance
### Addressed
- [Scenario/criterion] — [evidence]
### Gaps
- [Scenario/criterion] — [what's missing or incomplete]