What problem does it solve? Shipping code involves a repetitive chain of manual steps: merging the base branch, running tests, reviewing the diff, bumping the version, updating the changelog, committing, pushing, and opening a PR. This Skill runs that entire release workflow end-to-end from a single command. ## Core Features & Use Cases - Automated Ship Pipeline: Detects the git hosting platform (GitHub or GitLab), merges the base branch, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates the PR or MR. - Review Readiness Gate: Displays a review readiness dashboard and runs a pre-landing engineering review so unreviewed code does not ship silently. - Smart Versioning and Changelog: Auto-selects MICRO or PATCH version bumps and generates changelog content from the diff, asking only when a MINOR or MAJOR bump is needed. - Use Case: You finished a feature branch and type /ship. The workflow merges main, runs the test suite, splits the changeset into bisectable commits, bumps the version, and returns the pull request URL without further prompts. ## Quick Start Ask the AI to run the ship workflow on your current feature branch to test, version, and open a pull request automatically.