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 pull request. This Skill runs that entire workflow automatically so a feature branch goes from local work to an open PR in one command. ## Core Features & Use Cases - Automated ship pipeline: Detects the base branch and git hosting 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 engineering, design, CEO, and adversarial reviews, runs its own pre-landing review when none exists, and blocks shipping on unresolved issues. - Version 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 on a branch and type "/ship". The Skill merges main, runs the test suite, performs a pre-landing review, bumps the patch version, updates the changelog, commits everything, pushes, and returns the pull request URL. ## Quick Start Ask the assistant to run the ship workflow on your current feature branch to test, version, and open a pull request automatically.