一键导入
ship
Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stand up or rebuild an AWS Shifter tenant end to end (teardown, bootstrap, secrets, image bakes, deploy via the real deploy.yml dispatch, health check, base-range smoke, and a POLARIS range walkthrough). AWS only. Use when asked to rebuild, redeploy, or stand up an AWS tenant such as proof or aws-dev from a clean state.
Run ADR conformance checks, explain failures, and identify required ADR/doc updates for the current change.
Review a change for architectural drift, guardrail weakening, and ADR impact before shipping.
| name | ship |
| description | Ship current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed. |
| disable-model-invocation | true |
Assumes code is already committed and pushed. Handles: PR creation, CI monitoring, SonarCloud, code review, security review, fixing all issues, and merging.
IMPORTANT: NEVER include Co-Authored-By trailers, agent marketing footers, or any Claude/AI branding in commit messages, PR descriptions, or any other artifacts.
git branch --show-currentgh pr list --head <branch> --json number,urlgh pr create --base dev --title "<concise title>" --body "<description>"
gh run list --branch <branch> --limit 1 --json status,conclusion,databaseIdgh run watch <id>gh run view <id> --log-failedgit add, git commit, git push.get_project_quality_gate_status with project key KeplerOps_Ground-Control to check the quality gate.search_sonar_issues_in_projects to find new issues on the current branch.git add, git commit, git push.CRITICAL: You MUST use the Skill tool to invoke the built-in review skill.
git fetch origin dev && git merge origin/devskill="review" to invoke the real built-in code review.CRITICAL: You MUST use the Skill tool to invoke the built-in security-review skill.
skill="security-review" to invoke the real built-in security review.If ANY fixes were made in Phases 4-5:
git add all changed files.git commit -m "Fix code review and security review findings"git pushYou MUST NOT merge the PR. You MUST NOT run gh pr merge. The user reviews and merges.