with one click
ship
Commit, push to GitHub, and build+push Docker images in one workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit, push to GitHub, and build+push Docker images in one workflow
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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