What problem does it solve?
This Skill eliminates the tedious, error-prone manual process of verifying that all implementation tasks from a development plan are complete, all tests pass, builds succeed, lint checks pass, and code adheres to size limits after development work is finished.
Core Features & Use Cases
- End-to-End Plan Verification: Automatically checks all task completion status, runs full test suites, measures code coverage against thresholds, validates builds, runs lint checks, and enforces the 500-line file size rule.
- Structured Reporting: Aggregates task confidence levels, test results, coverage data, and detected issues into a standardized verification report saved to the plan's reports directory.
- Use Case: After executing a development plan for a new payment processing feature, use this skill to instantly confirm all tasks are done, tests pass with sufficient coverage, no files exceed size limits, and get a clear list of any issues to fix.
Quick Start
Use the dev-verify skill to run a full verification check for the payment processing feature implementation plan.