Complete git workflow automation - commit, push, create PR, wait for CI, fetch results, merge
Automates complete git workflow from commit through PR creation, CI monitoring, and merge.
/plugin marketplace add RBozydar/rbw-claude-code/plugin install core@rbw-claude-code[ship|full|commit|pr|wait|status|merge]Automate the complete git workflow from commit to merged PR.
Use the git-ship skill for detailed instructions:
${PLUGIN_DIR}/skills/git-ship/SKILL.md
| 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 </argument>
ship workflow