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