What problem does it solve? Shipping code involves many repetitive, error-prone steps: merging the base branch, running tests, reviewing diffs, bumping versions, updating changelogs, committing, pushing, and opening a PR. This Skill automates that entire release workflow end-to-end so nothing gets forgotten. ## Core Features & Use Cases - Automated Ship Pipeline: Detects the base branch, merges it into your feature branch, runs test suites, reviews the diff, bumps VERSION, updates CHANGELOG, commits, pushes, and creates a PR via GitHub CLI. - Review Readiness Gate: Displays a dashboard of engineering, CEO, design, and adversarial review statuses, blocking shipping when required reviews are missing or stale. - Test Framework Bootstrap: Detects your runtime (Node, Ruby, Python, Go, Rust, PHP, Elixir) and sets up a test framework, CI workflow, and TESTING.md if none exists. - Use Case: You finished a feature branch and say "ship it" — the Skill merges main, runs tests, triages failures, generates the changelog, and outputs the PR URL without further prompts. ## Quick Start Ask the assistant to ship the current feature branch by running the ship workflow and creating a pull request.