What problem does it solve?
This Skill prevents broken or risky changes from being merged by enforcing an ordered, tool-driven verification pipeline that turns quality checks into a repeatable gate.
Core Features & Use Cases
- 7-phase .NET verification pipeline covering build, diagnostics, anti-pattern scanning, tests, security checks, formatting compliance, and diff review to confirm readiness.
- Fail-fast short-circuiting so you fix the most critical failures first (build and tests), avoiding wasted effort on downstream checks.
- Structured PASS/WARN/FAIL reporting that tracks new warnings introduced by the current changes and provides an actionable verification report.
- Use case: Before opening a PR, validate that your .NET/WPF changes compile cleanly, introduce no new nullability warnings, pass tests, have no detected security issues, and are formatting- and scope-consistent.
Quick Start
Run the verification loop to validate your changes are build-verified, diagnostics-clean, security-scanned, format-compliant, and diff-reviewed before marking work complete.