build-fix

TypeScript 및 빌드 에러를 점진적으로 수정하는 워크플로우. 트리거: "빌드 에러", "build error", "컴파일 에러", "tsc 에러", "타입 에러", "빌드 실패", "build fix" 안티-트리거: "런타임 에러", "테스트 실패", "lint 에러만", "배포 에러"

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "build-fix" with this command: npx skills add jh941213/my-claude-code-asset/jh941213-my-claude-code-asset-build-fix

빌드 에러 수정

TypeScript 및 빌드 에러를 점진적으로 수정합니다.

진행 순서

  1. 빌드 실행

    npm run build
    # 또는
    pnpm build
    
  2. 에러 분석

    • 파일별 그룹화
    • 심각도 순 정렬
  3. 에러별 수정

    • 에러 컨텍스트 확인 (전후 5줄)
    • 문제 설명
    • 수정 제안 및 적용
    • 빌드 재실행
    • 에러 해결 확인
  4. 중단 조건

    • 수정이 새 에러 유발 시
    • 동일 에러 3회 시도 후에도 지속 시
    • 사용자 요청 시
  5. 요약 출력

    • 수정된 에러 수
    • 남은 에러 수
    • 새로 발생한 에러

원칙

  • 한 번에 하나의 에러만 수정
  • 수정 후 반드시 빌드 재확인
  • 새 에러 발생 시 롤백 고려

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

shadcn-ui

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

stitch-enhance-prompt

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

frontend

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

stitch-react

No summary provided by upstream source.

Repository SourceNeeds Review