| name | build-fix-local |
| description | Minimal-diff local build and typecheck repair workflow for Oz |
Build Fix Local
Use this skill when a local build, lint, or typecheck is failing.
Workflow
- Run the failing command and collect the real errors
- Group related failures together
- Fix the smallest set of files necessary
- Re-run the same command after each meaningful fix
- Finish with a broader verification pass if the repository has one
Constraints
- Prefer minimal changes
- Do not refactor unrelated code while fixing build failures
- Show the exact command that now passes