Help us improve
Share bugs, ideas, or general feedback.
From claude-forge
Incrementally fixes TypeScript and build errors one at a time — parses error output, groups by file, applies fixes, re-runs build, and stops on new errors. Produces a summary of errors fixed and remaining.
npx claudepluginhub sangrokjung/claude-forge --plugin claude-forgeHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-forge:build-fixThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Build and Fix > **참고**: 빌드 에러가 아키텍처 문제에서 기인하는 경우, `/plan`으로 구조적 해결 방안을 먼저 수립하세요. 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 intro...
/build-fixFixes TypeScript and build errors incrementally: runs npm/pnpm build, parses errors by file/severity, applies one fix at a time, verifies resolution, and summarizes fixed/remaining/new errors.
/build-fixIncrementally fixes build and type errors with minimal safe changes by detecting build system, fixing one error at a time, verifying fixes, and summarizing results.
/build-fixIncrementally runs the project's build command, parses errors, and fixes them one at a time with minimal changes. Supports multiple build systems and languages.
/build-fixAutomatically fixes build errors (compilation, type, unresolved dependencies) by analyzing output, applying targeted fixes, and retrying up to 3 times.
/fix-buildDiagnoses and fixes build, typecheck, dependency, and configuration errors using a multi-agent recovery team. Restores green build state with minimum diff.
Share bugs, ideas, or general feedback.
참고: 빌드 에러가 아키텍처 문제에서 기인하는 경우,
/plan으로 구조적 해결 방안을 먼저 수립하세요.
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!
| 빌드 수정이 끝나면 | 커맨드 |
|---|---|
| 전체 검증 | /handoff-verify |
| 빠른 커밋 | /quick-commit |
| 문서 동기화 | /sync |