원클릭으로
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.