What problem does it solve? Shipping code involves a long checklist 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 automatically so nothing gets skipped. ## Core Features & Use Cases - Automated ship pipeline: Detects the base branch, merges it into your feature branch, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates a PR or MR. - Review readiness gating: Displays a review dashboard and runs a pre-landing eng review so unreviewed code does not ship silently. - Test framework bootstrap: Detects your runtime (Node, Ruby, Python, Go, Rust, PHP, Elixir) and sets up a test framework if none exists. - Use Case: You finished a feature on a branch and type /ship. The Skill merges main, runs the test suite, auto-generates the changelog entry, bumps the patch version, pushes, and returns the PR URL. ## Quick Start Tell the assistant to ship the current feature branch and it will merge, test, version, commit, push, and open a pull request automatically.