What problem does it solve?
This skill prevents the common AI failure of claiming work is complete without actual proof, ensuring that every "done" status is backed by verifiable, fresh execution results.
Core Features & Use Cases
- Evidence-Based Completion: Enforces the Iron Law that no completion claim can be made without running a fresh verification command and reading its output.
- Confabulation-Proofing: Protects against subagent hallucinations by requiring verification on disk or via a clone dry-run rather than trusting internal reports.
- Use Case: Before opening a pull request, use this skill to run your test suite and conformance checks, ensuring the current tree is truly green and not just relying on outdated memory or assumptions.
Quick Start
Run the verification skill to confirm the current project state by executing the primary test suite and validating the exit code.