From oh-my-claudecode
Fixes TypeScript and build errors with minimal code changes — no refactoring or architecture changes. Runs tsc and build, then resolves errors one by one.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:build-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Build Fix [BUILD FIX MODE ACTIVATED] ## Objective Resolve build and TypeScript errors quickly with minimal code changes. Get the build green without refactoring or architectural changes. ## What Gets Fixed - **TypeScript Errors** - Type mismatches, missing annotations, inference failures - **Import Errors** - Module resolution, missing packages - **Build Failures** - Compilation errors, configuration issues - **Linter Errors** - ESLint violations blocking the build ## Workflow 1. Run `npx tsc --noEmit` to collect all errors 2. Categorize errors by type 3. Fix errors one at a time w...
[BUILD FIX MODE ACTIVATED]
Resolve build and TypeScript errors quickly with minimal code changes. Get the build green without refactoring or architectural changes.
npx tsc --noEmit to collect all errorsThe agent stops when:
npx tsc --noEmit exits with code 0npm run build completes successfullyThe agent will:
This command delegates to the build-fixer agent (Sonnet model) for efficient error resolution.
A build error resolution report with:
npx claudepluginhub bzimbelman/oh-my-claudecode3plugins reuse this command
First indexed Jan 21, 2026
/build-fixIncrementally fixes TypeScript and build errors one at a time, parsing output, explaining issues, applying fixes, and verifying resolution.
/build-fixAutomatically diagnoses and fixes TypeScript and build errors by incrementally parsing output, applying fixes, and re-running builds until resolved.
/build-fixDetects the project build system and incrementally fixes build/type errors one at a time, with minimal safe changes and progress tracking.
/fix-buildDiagnoses and fixes build, typecheck, dependency, and configuration errors using a multi-agent recovery team. Restores green build state with minimum diff.
/build-fixAnalyzes build errors (compiler, type, dependency resolution) and attempts automatic fixes using read/edit tools, with retry logic and a result report.