What problem does it solve?
This Skill helps you quickly validate that your current code changes are correct, consistent, and low-risk by running a structured verification loop across the most common quality gates.
Core Features & Use Cases
- Tiered verification phases: runs build, type checking, linting, tests, security scanning, and diff review in a single workflow.
- Project-aware command adaptation: detects project type (Node, PHP, Python, Rust, etc.) and selects appropriate tools/commands per phase.
- Actionable reporting: outputs a clear PASS/FAIL/WARN matrix with timing and a next-steps section so you can fix issues immediately.
- Phase targeting: re-runs only a specific phase (e.g., lint or security) when you want faster feedback.
Quick Start
Invoke /workflow:verify to run the full verification loop on your current changes and get a summarized report of build, types, lint, tests, security, and diff results.