What problem does it solve?
This Skill enforces a critical discipline: always verifying work with fresh, explicit evidence before claiming completion. It prevents false positives, broken trust, and wasted time from unverified assertions, ensuring every claim is backed by proof.
Core Features & Use Cases
- Iron Law of Verification: Establishes a non-negotiable rule: no completion claims without fresh verification evidence, promoting honesty and rigor.
- Gate Function Workflow: Provides a step-by-step process to identify, run, read, and confirm verification commands before making any success claims.
- Rationalization Prevention: Counters common excuses for skipping verification, ensuring adherence even under pressure or fatigue.
- Common Failures & Requirements: Clearly outlines what verification is required for common claims like "tests pass" or "bug fixed."
- Use Case: You've just fixed a critical bug. This skill ensures you run the exact regression tests, confirm their output, and only then report the bug as fixed, preventing a re-occurrence or false sense of security.
Quick Start
Before claiming any work is complete, identify the exact command that proves your claim (e.g., npm test). Run the full command, read its output carefully, and confirm it verifies your claim. Only then can you state the claim, always providing the evidence. Skipping any step is considered a violation of this core principle.