What problem does it solve?
Ship management for code releases is tedious and error-prone. This skill automates the entire ship flow from base branch detection to PR creation, reducing manual steps and human error.
Core Features & Use Cases
- Detects the target base branch and merges the feature branch into it for a clean PR baseline.
- Runs tests, reviews diffs, and bumps VERSION while updating CHANGELOG to keep release notes accurate.
- Commits, pushes, and creates pull requests automatically, with proactive suggestions about deployment when the code is ready.
Use cases include releasing a new feature, patch, or hotfix with minimal human intervention and consistent release metadata.
Quick Start
Run the ship workflow on your feature branch to automatically detect the base branch, merge, run tests, update VERSION and CHANGELOG, commit, push, and open a PR.