What problem does it solve?
The verification loop stops unverified features or refactors from slipping into commits by forcing a complete, fail-stop pipeline that checks compilation, types, linting, tests, security, and diff review before marking any work ready.
Core Features & Use Cases
- Sequential gatekeeping that only lets the next stage run once the previous one passes, so build failures, type errors, lint issues, test failures, or security vulnerabilities halt progress immediately.
- Structured reporting that captures pass/fail status, issue counts, and skipped tools to give precise determination of READY versus NOT READY for every verification run.
- Phased application for finishing TDD tasks, major refactors, pre-commit or pre-PR reviews, and milestone checkpoints where a fresh verification keeps regressions out.
Quick Start
Ask the AI to run the verification loop so it executes Build, Type Check, Lint, Test, Security Scan, and Diff Review in order before declaring the change ready.