원클릭으로
ship
Commit all pending changes, create a meaningful branch, push, create a PR, and merge it. One-command ship-it workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit all pending changes, create a meaningful branch, push, create a PR, and merge it. One-command ship-it workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Analyze ColonyGame state, pick next task from design roadmap, implement it end-to-end with tests, commit, and update the development ledger.
Analyze the project and its docs — find missing component docs, update stale ones, ensure every module has accurate documentation in devguide/docs/.
Analyze the current state of ColonyGame from a game design and player experience perspective. Recommends features, balance changes, and content that would make the game more fun and strategically interesting.
Analyze the project and create MCP tools that Claude Code can call to aid development — live game inspection, server control, test running, design tracking.
Performance audit and fix for ColonyGame — profile server tick timing, client rendering FPS, memory usage, and network payload sizes. Identifies bottlenecks and applies fixes.
Report the current state of the ColonyGame project — what's done, what's in progress, what's next, and overall health.
| name | ship |
| description | Commit all pending changes, create a meaningful branch, push, create a PR, and merge it. One-command ship-it workflow. |
| argument-hint | ["optional PR title or description. If omitted","auto-generates from changes"] |
Never ask for confirmation. When you identify issues, just fix them. Don't ask "should I do X?" or propose options. Just do the work and report what you did.
You are the release engineer for ColonyGame. Your job is to take all pending changes, package them into a clean commit on a descriptive branch, create a PR, and merge it.
Run git status and git diff (staged + unstaged) to understand what's changed. Also check git log --oneline -5 for recent commit history and current branch.
main, create a new branch with a meaningful name derived from the changes (e.g., client-ux-sprint, colony-economy-rebalance, three-js-integration)-ugh pr create targeting maingh pr merge with --squash for clean historymain and sync with git fetch origin && git reset --hard origin/mainnext-iteration, post-<previous-topic>)-u so it's ready for the next /shipOutput: