The Verification Before Completion skill establishes a mandatory protocol for software development integrity, ensuring that no status claims are made without fresh, verifiable evidence. By implementing a strict 'gate function,' the skill requires Claude to identify specific verification commands, execute them, and interpret the full output before asserting that work is finished, fixed, or passing. This approach prevents common pitfalls such as 'should work' assumptions, partial checks, and premature commits, ultimately fostering a culture of honesty and reliability in AI-assisted development workflows.
主要功能
01Red-green cycle verification for robust regression testing
02Structured gate function for identifying and running verification commands
03Mandatory fresh evidence checks before any success claims
04Anti-rationalization framework to eliminate 'should work' assumptions
05Requirement-by-requirement checklist validation
066 GitHub stars