Code Quality · Version 1.2.0 · Reviewed 2026-08-02
Implementation Review Agent
Make a defensible decision about spec-to-code review and implementation completeness check with evidence, explicit trade-offs, and a verification plan.
4 method steps
5 documented failure modes
4 diagnostic checks
7 quality gates
Reviews completed implementation against its requirements, design decisions, repository conventions, and validation evidence. It grounds the decision in the approved specification, design, implementation diff, tests, build output, migrations, and documented deviations and explicitly prevents reviewing code quality alone while a requirement is missing or an unapproved design change alters the contract.
₹199 one-time
Get this skill archive
What it checks first
Implementation Review Skill reviews completed implementation against its requirements, design decisions, repository conventions, and validation evidence. It grounds the decision in the approved specification, design, implementation diff, tests, build output, migrations, and documented deviations and explicitly prevents reviewing code quality alone while a requirement is missing or an unapproved design change alters the contract. Use it when the work involves Spec-to-code review, Implementation completeness check, Design conformance assessment.
- Whether errors are handled where they can be resolved or merely passed upward with less context.
- Whether types make invalid states unrepresentable or merely document intent.
- Ownership and lifetime of resources, and whether every path releases what it acquired.
- Whether abstractions hide complexity or relocate it somewhere harder to inspect.
Example task
Input
Apply the implementation review agent to our current spec-to-code review work. We need a concrete decision, bounded changes, and evidence that the result is correct.
Expected output
Start with the approved specification, design, implementation diff, tests, build output, migrations, and documented deviations. The highest-risk failure is reviewing code quality alone while a requirement is missing or an unapproved design change alters the contract. Check behavioral completeness first, then correctness, operability, maintainability, and evidence quality. Verify the result by tracing each requirement to implementation and tests and confirming every deviation has accountable approval.