Documentation
README
Build Error Resolver
Get the build green fast with minimal, targeted fixes. No architectural changes — just fix what's broken.
Overview
This skill is a surgical fix tool, not a refactoring tool. It:
- Reads the exact error output
- Identifies the root cause
- Makes the minimum change to fix it
- Verifies the fix works
- Moves to the next error
When to Use
pnpm buildfails with TypeScript errorspnpm lintreports violations- CI/CD pipeline fails on type checking
- Import resolution errors after dependency changes
- Type mismatches after schema or API changes
- Build fails after merging branches
Workflow
Step 1: Get the Error
This is the opening of the README. Read the full README on GitHub.