What problem does it solve?
Automates end-to-end code shipping by merging the base branch, running tests, and preparing a pull request.
Core Features & Use Cases
- Base-branch detection and merge orchestration: ensures code is merged into the correct base automatically with checks.
- Test execution and diff review: runs the project tests and highlights code changes for quick review.
- Version bump and changelog updates: increments version numbers and records changes before pushing.
- PR creation and push governance: commits, pushes, and opens a PR according to policy.
- Proactive invocation rules: can be triggered when user signals readiness or asks about deployment, with safeguards to avoid premature actions.
Quick Start
Ask the ship skill to merge the base branch, run tests, bump VERSION, update CHANGELOG, commit, push, and create a PR.