What problem does it solve?
The ship skill solves the problem of turning a local feature branch into a safely tested, review-ready pull request with consistent versioning and changelog updates.
Core Features & Use Cases
- Automated merge + test workflow: Detects the base branch, merges it into your current branch, bootstraps/uses tests, runs them on the merged state, and stops on failures.
- PR-ready change management: Reviews readiness, resolves simple merge conflicts when possible, generates changelog content from the diff, bumps VERSION appropriately, commits, pushes, and creates a PR.
- Deployment/shipping trigger: Proactively supports requests to "ship", "deploy", "push to main", or "create a PR", and can run end-to-end without confirmation.
Quick Start
Ask the AI to ship your changes by saying: "Ship this branch and open a pull request with merged base, passing tests, and an updated changelog."