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 plan completion and test coverage, bumps VERSION, generates the CHANGELOG entry from commits, and creates the PR. - Multi-layer review gates: Dispatches adversarial review subagents, Codex structured review for large diffs, Greptile comment triage, and scope-drift detection before anything ships. - Platform adapters: Includes a dedicated Apple App Store / TestFlight release path driven by fastlane when the repo contains an Xcode project. - Use Case: After finishing a feature branch, tell the agent to ship it; the Skill runs tests, audits the diff against the original plan, reviews the changes, writes the CHANGELOG, and opens the PR with a full review report. ## Quick Start Ask the agent to ship the current branch and create a PR, then answer the review-gate questions it presents.