Run comprehensive verification on current codebase state.
Runs comprehensive codebase checks including build, types, linting, and tests to ensure readiness for deployment.
/plugin marketplace add xd3an/cc-plus/plugin install cc-plus@cc-pluseverything-claude-code/Run comprehensive verification on current codebase state.
Execute verification in this exact order:
Build Check
Type Check
Lint Check
Test Suite
Console.log Audit
Git Status
Produce a concise verification report:
VERIFICATION: [PASS/FAIL]
Build: [OK/FAIL]
Types: [OK/X errors]
Lint: [OK/X issues]
Tests: [X/Y passed, Z% coverage]
Secrets: [OK/X found]
Logs: [OK/X console.logs]
Ready for PR: [YES/NO]
If any critical issues, list them with fix suggestions.
$ARGUMENTS can be:
quick - Only build + typesfull - All checks (default)pre-commit - Checks relevant for commitspre-pr - Full checks plus security scan/verify[BUILD] Comprehensive verification with parallel test agents. Use when verifying implementations or validating changes.