What problem does it solve?
This Skill prevents shipping incomplete or non-compliant code by rigorously verifying implementation against the original specification. It catches gaps, anti-patterns, and missed edge cases before they become costly production issues or wasted PR review time.
Core Features & Use Cases
- Comprehensive Verification: Systematically checks every success criterion, implementation checklist item, and anti-pattern.
- Evidence-Based Review: Requires running verification commands and using the
test-runner agent to provide concrete evidence, not assumptions.
- Gatekeeper: Acts as a mandatory gate before completing a development branch, ensuring quality and adherence to the plan.
- Use Case: After implementing a complex feature, use this Skill to automatically review all tasks against the
bd specification, ensuring every requirement is met and no anti-patterns were introduced.
Quick Start
Use the review-implementation skill to verify the implementation of bd-1 against its specification.