build-fix
Installation
SKILL.md
Build Fix Skill
Fix build and compilation errors quickly with minimal code changes. Get the build green without refactoring.
When to Use
This skill activates when:
- User says "fix the build", "build is broken"
- TypeScript compilation fails
- the build command or type checker reports errors
- User requests "minimal fixes" for errors
What It Does
Delegates to the build-fixer agent (Sonnet model) to:
- Collect Errors
- Run the project's type check command (e.g.,
tsc --noEmit,mypy,cargo check,go vet) - Or run the project's build command to get build failures
- Run the project's type check command (e.g.,
Related skills
More from yeachan-heo/oh-my-claudecode
hud
Configure HUD display options (layout, presets, display elements)
524deepinit
Deep codebase initialization with hierarchical AGENTS.md documentation
434autopilot
Full autonomous execution from idea to working code
426ralph
Self-referential loop until task completion with configurable verification reviewer
415omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
406ultrawork
Parallel execution engine for high-throughput task completion
404