auto-fix-build
Installation
SKILL.md
Auto Fix Build Errors
This skill automatically activates when build errors are detected and provides intelligent fixes.
Trigger Conditions
dotnet buildreturns non-zero exit code- Compilation errors in output
- CS#### error codes detected
Error Categories & Auto-Fix Strategies
1. Missing Using Statements (CS0246, CS0234)
Detection Pattern:
error CS0246: The type or namespace name 'X' could not be found
error CS0234: The type or namespace name 'X' does not exist in the namespace 'Y'