What problem does it solve?
This Skill helps resolve .NET build and test failures, perform controlled refactors, and scaffold features without getting stuck in infinite or repetitive retry cycles.
Core Features & Use Cases
- Bounded build-fix iterations: Iteratively run
dotnet build, categorize compiler errors, apply targeted fixes, and stop on pass, no progress, regression, or max iterations.
- Bounded test-fix iterations: Run
dotnet test, diagnose each failure as test vs. production root cause, apply the appropriate fix, and stop on pass, no progress, infrastructure failure, or max iterations.
- Verification-driven refactor and scaffold loops: Perform multi-step refactors with build+test verification after each target, and generate new features end-to-end with staged build and test verification.
Use Case: When a change causes multiple compiler errors in a Clean Architecture .NET solution, run a build-fix loop that applies error-specific remedies while ensuring progress and reverting on regressions until the solution builds cleanly.
Quick Start
Ask the AI to fix the build and make tests pass for your .NET solution using bounded autonomous loops with progress detection and safety exits.