What problem does it solve? Shipping code involves many error-prone manual steps: merging the base branch, running tests, reviewing the diff, bumping versions, updating the changelog, and creating a PR. This Skill orchestrates that entire release pipeline so nothing gets skipped. ## Core Features & Use Cases - End-to-End Release Pipeline: Detects and merges the base branch, runs test suites, audits test coverage and plan completion, bumps VERSION, updates CHANGELOG, commits, pushes, and creates the PR/MR. - Multi-Layer Review: Runs pre-landing checklist reviews, specialist subagent reviews (security, performance, testing, maintainability), adversarial reviews from Claude and Codex, and Greptile comment triage before shipping. - Governance Gates: Blocks on critical findings, confirms unverifiable plan items individually, scans PR bodies for leaked credentials, and enforces version-prefixed PR titles. - Use Case: A developer finishes a feature branch and says "ship it" — the Skill runs tests, dispatches review specialists, generates the changelog from commit history, and opens a fully documented PR. ## Quick Start Ask the AI to ship the current branch by saying "ship it" or "create a PR" and it will run the full test, review, version, and pull request workflow.