Prompt file imported from RBozydar/rbw-claude-code (
.codex/prompts/git-ship.md). Fill in{{PLUGIN_DIR}},{{arguments}}before use. Copyright stays with the author.
Git Ship Command
Automate the complete git workflow from commit to merged PR.
Skill Reference
Use the git-ship skill for detailed instructions:
{{PLUGIN_DIR}}/skills/git-ship/SKILL.md
Quick Reference
| Argument | Action |
|---|---|
ship |
Full workflow: commit → push → PR → CI wait → results |
full |
Full workflow including merge after CI passes |
commit |
Review changes and create conventional commit |
pr |
Push branch and create PR with good description |
wait |
Wait for CI checks on current PR |
status |
Fetch CI status and PR comments |
merge |
Merge PR with strategy selection and cleanup |
Argument
#{{arguments}}
Execution
- Read the full skill instructions from the skill file above
- Execute the requested workflow step based on the argument
- If no argument provided, run the default
shipworkflow