skills/smithery.ai/auto-fix-build

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 build returns 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'
Installs
1
First Seen
Mar 21, 2026
auto-fix-build from smithery.ai