What problem does it solve? Shipping code involves a long, error-prone checklist: merging the base branch, running tests, auditing plan completion, reviewing the diff, bumping the version, updating the CHANGELOG, committing, pushing, and opening a PR. This Skill orchestrates that entire release pipeline so nothing is forgotten before code lands. ## Core Features & Use Cases - End-to-end release pipeline: Detects and merges the base branch, runs test suites, audits test coverage and plan completion, then bumps VERSION and regenerates the CHANGELOG from commit history. - Multi-layer review gates: Runs pre-landing checklist reviews, parallel specialist subagent reviews (security, performance, testing, maintainability), adversarial reviews via Claude and Codex, and Greptile comment triage before anything ships. - Automated PR creation: Syncs documentation, composes a structured PR body with redaction scanning, enforces version-prefixed titles, and creates or updates the PR/MR via gh or glab. - Use Case: After finishing a feature branch, tell the assistant to ship it — the Skill runs tests, reviews the diff with specialist subagents, fixes auto-fixable findings, writes the CHANGELOG entry, and opens a ready-to-merge PR. ## Quick Start Ask the assistant to ship the current branch and create a pull request for it.