원클릭으로
ship
Commit, push to GitHub, and build+push Docker images in one workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Commit, push to GitHub, and build+push Docker images in one workflow
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ship |
| description | Commit, push to GitHub, and build+push Docker images in one workflow |
| disable-model-invocation | true |
| argument-hint | [commit message] |
Run the full ship workflow: commit all changes, push to GitHub, and build+push Docker multi-arch images.
Review changes: Run git status and git diff --stat to see what will be committed. Also run git log --oneline -5 to see recent commit style.
Commit:
$ARGUMENTS, use it directly.Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Push to GitHub: Run git push to push the commit to the remote.
Build and push Docker images: Run ./build-and-push.sh in the background. Report when complete.
Report: Summarize what was committed, the commit hash, and confirm the Docker images were pushed. Remind the user to pull and restart on the NAS:
docker compose -f docker-compose.nas.yml pull
docker compose -f docker-compose.nas.yml up -d