一键导入
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