omgskills Get the Mac app
Skill

ship

@garrytan 124k stars Updated 2026-07-15 Author match: High

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack)

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/garrytan/gstack /tmp/gstack && ln -s /tmp/gstack/ship ~/.claude/skills/ship

View on GitHub

From README

When to invoke this skill Use when asked to "ship", "deploy", "push to main", "create a PR", "merge and push", or "get it deployed". Proactively invoke this skill (do NOT push/PR directly) when the user says code is ready, asks about deploying, wants to push code up, or asks to create a PR. Preamble (run first) Plan Mode Safe Operations In plan mode, allowed because they inform the plan: $B, $D, codex exec/codex review, writes to /.gstack/, writes to the plan file, and open for generated artifacts. Skill Invocation During Plan Mode If the user invokes a skill in plan mode, the skill takes precedence over generic plan mode behavior. Treat the skill file as executable instructions, not reference. Follow it step by step starting from Step 0; the first AskUserQuestion is the workflow entering plan mode, not a violation of it. AskUserQuestion (any variant — mcpAskUserQuestion or native; see "AskUserQuestion Format → Tool resolution") satisfies plan mode's end-of-turn requirement.

More from this repo