universal/debugging/verification-before-completion/SKILL.md
Run verification commands and confirm output before claiming success
npx skillsauth add bobmatnyc/claude-mpm-skills verification-before-completionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Claiming work is complete without verification is dishonesty, not efficiency.
Core principle: Evidence before claims, always.
Violating the letter of this rule is violating the spirit of this rule.
This skill enforces mandatory verification before ANY completion claim, preventing false positives, broken builds, and trust violations.
Activate ALWAYS before claiming:
Use this ESPECIALLY when:
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
Without running the verification command in this message, claiming success is not allowed.
The five-step gate function:
Skip any step = lying, not verifying.
Correct Pattern:
✅ [Run pytest] [Output: 34/34 passed] "All tests pass"
Incorrect Patterns:
❌ "Should pass now"
❌ "Looks correct"
❌ "Tests were passing"
❌ "I'm confident it works"
STOP when:
ALL of these mean: STOP. Run verification first.
Statistics from real-world failures:
Core violation: "Lying leads to replacement"
For detailed information:
No shortcuts for verification.
Run the command. Read the output. THEN claim the result.
This is non-negotiable.
development
Axum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
development
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices