What problem does it solve?
It prevents broken or risky .NET changes from reaching integration by enforcing a repeatable verification pipeline that reports clear PASS/FAIL outcomes across build, diagnostics, anti-patterns, tests, security, formatting, and diff review.
Core Features & Use Cases
- 7-phase verification pipeline: Runs an ordered set of checks that short-circuits on critical failures to save time.
- NEW-warning enforcement: Flags only newly introduced warnings by comparing against a baseline, reducing noise.
- Actionable structured reporting: Produces an explicit phase-by-phase report plus follow-up action items, so teams can fix issues quickly.
- Practical CI/pre-PR gating: Supports common workflows like “verify before merge” and “is this ready?” for feature-complete and refactor PRs.
Quick Start
Run the full 7-phase verification loop by asking Claude to verify your change with a pre-PR check intent (for example, “run verification pipeline check everything and generate the structured report”).