What problem does it solve? Agents often claim work is complete, tests pass, or code is ready to commit without actually running verification, leading to broken builds and false handoffs. This Skill forces evidence-based completion by requiring fresh command output before any success claim. ## Core Features & Use Cases - Verification Gate: Blocks completion claims, commits, and PR creation until the full verification pipeline (formatting, linting, tests, build) has been run fresh in the current session. - Scope Matching: Ensures the verification scope matches the claim scope, so a narrow test run cannot justify a broad "task complete" claim. - Structured Reporting: Requires a standardized Verification Report citing the exact command, exit code, output summary, and a PASS/FAIL verdict. - Failure Protocol: Provides a disciplined loop for diagnosing failures, fixing root causes, and re-verifying from scratch. - Use Case: Before an agent commits a bug fix, it runs the full pipeline, confirms zero failures, emits a Verification Report, and only then proceeds with the commit. ## Quick Start Before claiming the task is done or committing, run the full verification pipeline and report the exact command output with a PASS or FAIL verdict.