Автоматическая проверка кода перед PR

★ 7.9 · testing

verification-loop is a Claude Code skill that runs a six-phase quality check before a PR is created: build verification (npm/pnpm build), type checking (tsc for TypeScript, pyright for Python), linting (ESLint or ruff), test suite with coverage reporting (80% minimum threshold), security scanning for leaked secrets and stray console.log calls, and a git diff review of changed files. All results are compiled into a structured VERIFICATION REPORT with a final READY / NOT READY verdict. The skill is designed to run every 15 minutes during long sessions or after each major change, complementing PostToolUse hooks by providing comprehensive end-to-end review rather than just catching immediate issues. It fits teams and solo developers who need reliable quality gates for TypeScript or Python projects.