What problem does it solve?
Manually managing the code shipping workflow—including merging base branches, running tests, updating versions and changelogs, and creating pull requests—is time-consuming and prone to human error, especially for teams with frequent releases.
Core Features & Use Cases
- Full Shipping Workflow Automation: Handles base branch detection and merging, test execution, diff review, version bumping, changelog updates, committing, pushing, and PR creation in a single consistent process.
- Proactive Triggering: Automatically suggests running when code is ready to deploy, push to main, or create a PR, so no release steps are missed.
- Use Case: Run this skill after finishing a feature or bug fix to ensure all pre-merge checks are completed and changes are properly documented before being merged into the main branch.
Quick Start
Use the ship skill to prepare your current feature branch for merging into main, run all required project tests, update the project version and changelog, and open a pull request with all changes ready for review.