What problem does it solve? Build failures, compiler errors, and toolchain misconfigurations block development progress and often require tedious manual diagnosis. This Skill automates the reproduce-diagnose-fix-verify loop so broken builds get resolved systematically. ## Core Features & Use Cases - Build Failure Diagnosis: Reproduces the failing build, identifies the root cause, and applies a minimal fix. - Type Error Resolution: Fixes type errors that block compilation or type-checking steps. - Toolchain Troubleshooting: Diagnoses dependency and toolchain issues, iterating until the build exits with code 0. - Use Case: You paste a compiler error or say "fix build" — the agent runs the build command, traces the failure to its root cause, applies a minimal fix, verifies the build passes, and records evidence of the successful run. ## Quick Start Ask the agent to fix the build by pasting the compiler error or describing the failing build command.