What problem does it solve? Shipping code involves a long, error-prone checklist: merging the base branch, running tests, reviewing the diff, bumping the version, updating the CHANGELOG, committing, pushing, and opening 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, generates the CHANGELOG entry from commits, and creates or updates the PR/MR on GitHub or GitLab. - Multi-layer review gates: Runs a pre-landing checklist review, dispatches specialist reviewer subagents (security, performance, testing, maintainability, API contract, data migration, design), performs adversarial review with Claude and Codex, and triages Greptile PR comments. - Evidence-producing PR body: Composes a structured PR body with summary, test coverage, review findings, plan completion status, scope drift check, and documentation sync, with a redaction scan before publishing. - Use Case: After finishing a feature branch, tell the agent to ship it; the Skill re-runs tests, audits the diff against the original plan, fixes or surfaces review findings, bumps the version, writes the CHANGELOG, and opens a properly titled PR. ## Quick Start Ask the agent to ship the current branch and create a pull request for it.