What problem does it solve?
This Skill helps developers diagnose and resolve build failures, failing tests, EF Core migration issues, and formatting/lint violations so the repository returns to a healthy, buildable state.
Core Features & Use Cases
- Error triage: Read and interpret full dotnet build and test outputs to identify compiler error codes, file paths, and root causes.
- Dependency and namespace fixes: Detect missing package references, incorrect usings, and namespace mismatches and recommend project or NuGet changes.
- Configuration and runtime guidance: Advise on EF Core migration setup, startup project selection, Docker/Testcontainers prerequisites, and formatting enforcement.
- Use Case: When CI reports a broken build due to CS0246 or failing integration tests because Docker is not running, use this Skill to locate the failure, suggest concrete code or project-file fixes, and verify formatting and migrations.
Quick Start
Run dotnet build --configuration Release and paste the full error output here so I can diagnose and propose fixes.