What problem does it solve?
This Skill eliminates the risk of false or unverified completion claims that lead to broken work being committed, reported to users, or carried forward to subsequent tasks, ensuring all assertions of success are backed by actual, current evidence.
Core Features & Use Cases
- Enforced Fresh Verification: Requires running the full proving command after every change, with no exceptions for stale runs or partial checks.
- Subagent Report Validation: Prevents relaying unverified success reports from subagents or tools without independent confirmation of the work and test results.
- Pre-commit and Pre-report Checklist: Provides a mandatory pre-send checklist to catch unexplained file changes, unproven claims, and skipped verification steps before any report is shared or code is committed.
Use Case: After fixing a login bug, you cannot claim the fix works until you re-run the full login test suite and confirm all tests pass with the new code, rather than assuming the change resolved the issue.
Quick Start
Use the check skill to verify your bug fix works before replying that it is resolved.