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 workflow end-to-end so a feature branch goes from local work to an open pull request with one command. ## Core Features & Use Cases - Automated ship pipeline: Detects the base branch and platform (GitHub via gh or GitLab via glab), merges the base branch, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates the PR/MR. - Review readiness gating: Displays a review dashboard from prior eng/CEO/design/adversarial reviews, runs its own pre-landing review when none exists, and blocks shipping on unresolved issues. - Versioning and changelog automation: Auto-selects MICRO or PATCH version bumps, generates changelog entries from the diff, and splits large changesets into bisectable commits. - Use Case: You finished a feature branch and say "ship it". The Skill merges main, runs the test suite, fixes auto-fixable review findings, bumps the version, and returns the PR URL without further prompts. ## Quick Start Ask the assistant to ship the current feature branch by running the /ship workflow and returning the pull request URL.