원클릭으로
release
Prepare a Terrae component for release by running all checks and builds
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Prepare a Terrae component for release by running all checks and builds
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read a GitHub issue, summarize it, and create a branch for it
Commit, push, and open a pull request on GitHub
Verify all outputs exist after creating a new component and fix any issues
Create standardized git commits following Terrae's conventions
Generate or update documentation for Terrae components
Systematically fix issues found by /review or reported by the user
| name | release |
| description | Prepare a Terrae component for release by running all checks and builds |
| disable-model-invocation | true |
| allowed-tools | Bash(npx tsc *), Bash(npm run *) |
Prepare a Terrae component for release.
Pre-release Checklist Run these checks in order:
a. Type Check
npx tsc --noEmit
b. Lint
npm run lint
c. Format Check
npm run format:check
d. Tests
npm run test:run
Build Registry If all checks pass:
npm run registry:build
This builds the component registry to ./public/maps.
Build Project
npm run build
This runs the Next.js production build.
Report Status
Final Verification
./public/mapsDo NOT