con un clic
ship
Commit, push to GitHub, and build+push Docker images in one workflow
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Commit, push to GitHub, and build+push Docker images in one workflow
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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