From ccpp
Fixes TypeScript build and compilation errors incrementally: runs npm/pnpm build, analyzes and prioritizes errors by file/severity, applies one fix at a time with context review, re-verifies until resolved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ccpp:build-fixThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
TypeScript 및 빌드 에러를 점진적으로 수정합니다.
TypeScript 및 빌드 에러를 점진적으로 수정합니다.
빌드 실행
npm run build
# 또는
pnpm build
에러 분석
에러별 수정
중단 조건
요약 출력
npx claudepluginhub jh941213/my-cc-harness --plugin ccppFixes build, lint, and TypeScript errors in npm-based projects. Runs npm build/lint/tsc checks, categorizes issues by priority, applies minimal batch fixes, and verifies.
Diagnoses and fixes TypeScript compile errors, runtime exceptions, build failures, and test issues in JavaScript/Node.js projects via linting, dependency reinstalls, and code patterns. Use for task failures.
Runs a command repeatedly, fixing errors one at a time until it exits with code 0. Use when build, typecheck, lint, or test is failing.