What problem does it solve? Shipping a completed branch to a pull request involves many error-prone steps — merging the target branch, running tests, completing code review, verifying approval artifacts, updating changelogs, and pushing — and skipping any gate can land unreviewed or unverified code. This Skill orchestrates the entire gated pipeline so every prerequisite is checked before code reaches the remote. ## Core Features & Use Cases - Gated pipeline orchestration: Runs an 11-step pipeline covering preflight checks, target-branch merge, test delegation, code review, artifact verification, changelog generation, human confirmation, push, and PR creation. - Artifact gate enforcement: Verifies verification.json, review-decision.json (verdict must be exactly PASS), and plan-approval.json (with plan-hash drift detection) before allowing the PR stage. - Automated release hygiene: Generates changelog entries, version bumps, conventional commits, and structured PR bodies with linked GitHub issues — without prompting for content. - Use Case: After finishing a feature branch with passing tests and an approved plan, invoke the ship pipeline to merge origin/main, confirm review and verification artifacts, get a live human confirmation, push, and open a PR with a fully populated body. ## Quick Start Ship my current feature branch to main using the official mode with the full gated pipeline.