بنقرة واحدة
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