What problem does it solve?
Automates the end-to-end shipping workflow for software changes: detecting the base branch, merging for test visibility, running tests, reviewing diffs, bumping the version, updating the changelog, committing, pushing, and creating a PR.
Core Features & Use Cases
- Auto-detects the base branch and merges into the feature branch for accurate test results.
- Runs the full test suite and halts on failures to ensure a safe, shippable state.
- Bumps the version number and updates CHANGELOG automatically, then commits and pushes.
- Creates a pull request, optionally with proactive suggestions when code is ready or deployment is asked.
- Suitable for workflows where you want a hands-off ship process that reduces drift between branches.
Quick Start
Tell me to ship and I will execute the full end-to-end workflow from base-branch merge to PR creation.