The Verification Loop skill provides a structured framework for Claude Code to perform deep-dive checks on your codebase, covering build stability, type consistency, linting standards, test coverage, and security vulnerabilities. It acts as a critical quality gate before major refactors or PR submissions, generating a consolidated verification report that highlights exactly what needs to be fixed. By integrating build, type-check, lint, test, security, and diff reviews into a single workflow, it ensures that AI-generated code meets production-grade standards.
主な機能
01Multi-step build and type-checking verification for TypeScript and Python projects.
02Automated linting and test suite execution with coverage threshold monitoring.
03Integrated security scanning for hardcoded secrets and leftover debug statements.
04Detailed Git diff analysis to catch unintended changes and edge cases.
05Standardized verification reports with a clear 'Ready for PR' status indicator.
060 GitHub stars