What problem does it solve?
It eliminates time‑consuming build and TypeScript compilation failures by applying targeted, minimal code changes, keeping the project green without large refactors.
Core Features & Use Cases
- Error Collection: Executes the project's type‑check or build command to gather failures.
- Strategic Fixes: Adds missing type annotations, null checks, import corrections, and resolves module issues.
- Minimal Diff Strategy: Modifies only the code necessary to make the build pass, avoiding architectural changes.
- Verification Loop: Re‑runs the type check after each fix to ensure no new errors are introduced.
- Stop Conditions: Ends automatically when the build succeeds with zero errors.
- Output Report: Generates a concise report summarizing fixed errors, files changed, and final build status.
Quick Start
Ask the build‑fix skill to repair the current project's build errors with minimal changes.