jh941213/codex-lattice · Archived

build-fix

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

Installation

$ npx skills add jh941213/codex-lattice --skill build-fix

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jh941213/codex-lattice · top by installs.

npx skills add jh941213/codex-lattice

Browse all from jh941213/codex-lattice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 19
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Edit, Bash, Grep

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,175 B
  • docs SUMMARY.md 308 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

빌드 에러 수정

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

진행 순서

  1. 빌드 실행

``bash npm run build # 또는 pnpm build ``

  1. 에러 분석

- 파일별 그룹화 - 심각도 순 정렬

  1. 에러별 수정

- 에러 컨텍스트 확인 (전후 5줄) - 문제 설명 - 수정 제안 및 적용 - 빌드 재실행 - 에러 해결 확인

  1. 중단 조건

- 수정이 새 에러 유발 시 - 동일 에러 3회 시도 후에도 지속 시 - 사용자 요청 시

  1. 요약 출력

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

원칙

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