What problem does it solve?
This Skill eliminates the risk of false completion claims, broken code shipments, and wasted rework caused by skipping verification before marking tasks as done, committing code, or creating pull requests.
Core Features & Use Cases
- Mandatory Verification Gate: Enforces a 5-step process (identify the relevant verification command, run it fresh, read full output, confirm claim validity, then state the result) before any completion or success claims are allowed.
- Common Failure Prevention: Explicitly lists insufficient verification scenarios (e.g., trusting past test runs, assuming linter passes mean builds succeed) to avoid false positive status reports.
- Rationalization Blocking: Directly counters common excuses for skipping verification (e.g., "I'm confident", "just this once") to enforce consistent adherence to verification rules.
- Use Case: When preparing to commit a bug fix, this Skill ensures you run the full regression test suite, confirm the original symptom is resolved and no new failures appear, before marking the task complete or opening a PR.
Quick Start
Before claiming any coding task is complete, run the full relevant verification command for your work, review the entire output to confirm it meets all requirements, and only then state the completion status with supporting evidence.