Implements a rigorous six-phase quality assurance workflow to validate builds, types, tests, and security before code submission.
The Verification Loop skill provides a structured framework for validating Claude Code sessions through six distinct phases: build verification, type checking, linting, test suite execution with coverage metrics, security scanning for secrets, and a comprehensive diff review. By enforcing strict quality gates and generating a standardized verification report, it ensures that all modifications meet production standards and are ready for pull requests, significantly reducing human error in the development cycle. This skill is particularly useful after major refactors or before concluding long-running coding sessions to ensure no regressions were introduced.
主な機能
010 GitHub stars
02Automated multi-phase quality gates
03Test coverage analysis and thresholds
04Standardized verification reporting
05Integration with TypeScript, Python, and Git workflows
06Security scanning for secrets and logs
ユースケース
01Finalizing a feature before creating a pull request
02Ensuring quality after complex refactoring sessions
03Verifying code integrity in long-running AI coding sessions