What problem does it solve?
This Skill addresses the critical issue of AI agents making completion claims without proper verification, leading to technical debt and unreliable outcomes. It enforces a rigorous verification process before any work is declared complete.
Core Features & Use Cases
- Enforces Verification: Mandates that all claims of completion are backed by fresh, verifiable evidence.
- Defines Verification Steps: Outlines a clear "Gate Function" process for identifying, running, reading, and verifying commands.
- Identifies Common Failures: Lists typical rationalizations and insufficient verification methods.
- Use Case: Before an agent commits code, it must run the relevant tests and show the output confirming zero failures, preventing the commit of untested code.
Quick Start
Always run the verification command and check its output before claiming any task is complete.