com um clique
ship
Commit, push to GitHub, and build+push Docker images in one workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Commit, push to GitHub, and build+push Docker images in one workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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