What problem does it solve?
This skill enforces rigorous quality gates, preventing premature completion claims and ensuring that no code ships without proper verification. It guarantees that all changes meet technical standards, pass tests, and resolve blockers, leading to higher quality software and fewer post-release issues.
Core Features & Use Cases
- Mandatory Verification Gates: Requires evidence (passing tests, successful build, complete checklist, no blockers) before any "done" claim or external status update.
- Feedback Protocol: Guides you through verifying reviewer feedback for technical correctness before implementing changes.
- Integration with Completion Workflow: Blocks /ccpm:complete:finalize until all verification checks pass, ensuring quality before PR creation or deployment.
- Use Case: When you declare "I'm done with AUTH-123, let's finalize," this skill will automatically run all tests, check the build, verify your Linear checklist, and scan for blockers, preventing you from merging code that isn't truly ready.
Quick Start
I'm done with AUTH-123, let's finalize.