Incrementally fixes TypeScript and build errors one at a time, parsing output, explaining issues, applying fixes, and verifying resolution.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:build-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Build and Fix Incrementally fix TypeScript and build errors: 1. Run build: npm run build or pnpm build 2. Parse error output: - Group by file - Sort by severity 3. For each error: - Show error context (5 lines before/after) - Explain the issue - Propose fix - Apply fix - Re-run build - Verify error resolved 4. Stop if: - Fix introduces new errors - Same error persists after 3 attempts - User requests pause 5. Show summary: - Errors fixed - Errors remaining - New errors introduced Fix one error at a time for safety!
Incrementally fix TypeScript and build errors:
Run build: npm run build or pnpm build
Parse error output:
For each error:
Stop if:
Show summary:
Fix one error at a time for safety!
npx claudepluginhub kangwooc/everything-claude-code44plugins reuse this command
First indexed Jan 22, 2026
Showing the 6 earliest of 44 plugins
/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.
/build-fixAnalyzes build errors (compiler, type, dependency resolution) and attempts automatic fixes using read/edit tools, with retry logic and a result report.
/fix-buildDiagnoses and fixes build, typecheck, dependency, and configuration errors using a multi-agent recovery team. Restores green build state with minimum diff.