What problem does it solve?
Shipping changes reliably across branches is hard, because merges, testing, reviews, versioning, changelogs, and PR creation often get handled inconsistently and at different times.
Core Features & Use Cases
- Fully automated ship workflow: Detects the correct base branch, merges it into your feature branch, runs tests, and prepares a review-ready diff.
- Quality gates with guardrails: Ensures the required engineering review is cleared (or records an override decision) and surfaces any review items needing your judgment.
- Release hygiene: Applies an appropriate version bump and updates CHANGELOG, then commits and pushes changes and opens a PR.
Quick Start
- From your feature branch, ask your assistant to run /ship to automatically merge, test, review, version-bump, update the changelog, commit, push, and create a PR.