What problem does it solve?
The ship skill turns the risky, multi-step process of preparing a release PR—merging the base branch, running tests, running required reviews, updating versioning and changelogs, and pushing to a PR—into a consistent workflow.
Core Features & Use Cases
- Fully automated PR creation: Detects the base branch, merges it into your feature branch, and prepares a ready-to-review PR for changes you intend to deploy.
- Test + review gating: Runs the appropriate test suites and ensures the required engineering review readiness is satisfied before landing.
- Release hygiene: Handles VERSION and CHANGELOG updates as part of the shipping workflow, then commits and pushes changes to create the PR.
Quick Start
Invoke the ship workflow by typing /ship when you are ready to merge, test, and create a PR for your current feature branch.