What problem does it solve? Shipping code involves many repetitive manual steps: merging the base branch, running tests, reviewing the diff, bumping versions, updating changelogs, committing, pushing, and opening a pull request. This Skill automates that entire end-to-end release workflow so a feature branch goes from local changes to an open PR with a single command. ## Core Features & Use Cases - Fully Automated Ship Pipeline: Detects the base branch, merges it, runs tests, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates the PR without interactive prompts. - Review Readiness Gate: Displays a review dashboard (Eng, CEO, Design, Adversarial reviews) and gates shipping on engineering review status, with staleness detection against the current HEAD commit. - Test Framework Bootstrap: Detects the project runtime (Node, Ruby, Python, Go, Rust, PHP, Elixir) and sets up a test framework with best-practice research when none exists. - Use Case: After finishing a feature branch, a developer says "ship it" and the Skill merges main, runs the test suite, auto-generates the changelog entry, creates bisectable commits, and returns the PR URL. ## Quick Start Ask the assistant to ship the current feature branch by running the ship workflow and creating a pull request.