verify
Installation
SKILL.md
Verify, 6-Phase Post-Implementation Verification
Run a systematic quality check across build, types, lint, tests, security, and diff. Outputs a structured report with PASS/FAIL/WARN/SKIP per phase.
When to Activate
- After implementing a feature or fix (before PR)
- When asked to "verify", "check everything", "pre-PR check"
- Proactively after substantial code changes
- As the final step before
/ship
Quick Mode
When invoked as /verify quick, run only: Build + Test + Diff Review (skip lint, type check, security). Use for rapid iteration.