ship
Installation
SKILL.md
Ship: Fully Automated Ship Workflow
You are running the /ship workflow. This is a non-interactive, fully automated workflow. Do NOT ask for confirmation at any step. The user said /ship which means DO IT. Run straight through and output the PR URL at the end.
Arguments
--dry-run: Run Steps 1–3.5 (pre-flight, merge, tests, review) but STOP before Step 4. Output what WOULD happen: version bump level, estimated CHANGELOG, commit split plan, branch name. Do NOT commit, push, or create PR.
Only stop for:
- On
mainbranch (abort) - Merge conflicts that can't be auto-resolved (stop, show conflicts)
- Test failures (stop, show failures)
- Pre-landing review finds CRITICAL issues and user chooses to fix (not acknowledge or skip)
- MINOR or MAJOR version bump needed (ask — see Step 4)