What problem does it solve?
This Skill prevents premature claims of completion by enforcing rigorous verification steps before any work is declared finished, fixed, or passing. It ensures that all necessary checks, tests, and reviews are completed and evidenced.
Core Features & Use Cases
- Mandatory Verification Gates: Enforces running specific commands and reviewing their output before making success claims.
- TDD Compliance Certification: Requires explicit attestation of following Test-Driven Development principles.
- Code Review Enforcement: Mandates code review unless specific, documented exceptions apply.
- Frontend Verification Checklist: Provides detailed steps for visual, console, network, accessibility, and interaction testing for UI work.
- Use Case: Before merging a bug fix, an AI agent must run the relevant test suite, capture the output showing zero failures, certify TDD compliance, and provide evidence of code review approval, all documented within the completion message.
Quick Start
Use the verifying-before-completion skill to ensure all tests pass and code review is obtained before claiming work is complete.