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 automatically as a single non-interactive command. ## Core Features & Use Cases - Automated Ship Pipeline: Detects the base branch, merges it into the feature branch, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates the PR. - Review Readiness Gate: Displays a dashboard of prior engineering, CEO, design, and adversarial reviews, with staleness detection against the current HEAD before allowing the ship to proceed. - Test Framework Bootstrap: Detects the project runtime (Node, Ruby, Python, Go, Rust, PHP, Elixir) and sets up a test framework with an example test if none exists. - Use Case: A developer finishes a feature branch and types "/ship" — the Skill merges main, runs the test suite, auto-generates the changelog from the diff, creates bisectable commits, and outputs the PR URL without further prompts. ## Quick Start Ask the AI to ship the current feature branch by running the ship workflow and creating a pull request.