Build Fix — Minimal Diff
Fix the failing build, test, or type check. Nothing else.
When to Use
- A CI build is red and blocking other work
- Tests pass locally but fail in CI — or vice versa
- Type errors or lint errors block a commit or pipeline
- A previous change broke a test that was passing
Core Rule
Touch only what is broken. Fix the root cause. Rerun. Done.
Any unrelated improvement — even a one-line cleanup — is out of scope for this skill.
Inputs
- The exact faili
[Description truncada. Veja o README completo no GitHub.]