/verify Command
Run comprehensive verification on current codebase state - build, types, lint, tests, and more.Verification Steps
Executed in this exact order:- Build Check - Run the build command for this project
- Type Check - Run TypeScript/type checker
- Lint Check - Run linter
- Test Suite - Run all tests with coverage
- Console.log Audit - Search for console.log in source files
- Git Status - Show uncommitted changes
Command Syntax
Verification mode:
quick- Only build + typesfull- All checks (default)pre-commit- Checks relevant for commitspre-pr- Full checks plus security scan
Example Output
Examples
Related
- Commands:
/build-fix,/test-coverage,/code-review