What problem does it solve? Finishing a coding task involves many error-prone steps: running quality gates, checking branch freshness, reviewing the diff, and creating a pull request. This Skill orchestrates that entire finalization workflow so nothing is skipped and every side effect requires explicit approval. ## Core Features & Use Cases - Phased PR handoff pipeline: Detects ticket and branch state, runs configured quality gates with proof tracking, performs code review with severity-based finding handling, and creates the PR only after explicit title/body approval. - Fast-path and existing-PR modes: Small low-risk diffs get parallel-safe gates and combined review; branches with an existing PR skip review and submission phases entirely. - Policy-gated side effects: Every push, PR creation, autofix commit, and label change passes through an action-policy check with user approval gates, plus optional run-ledger and session-memory recording. - Use Case: After finishing a feature branch, ask the agent to prepare it for review; it merges a stale base if needed, runs tests and lint gates, reviews the full diff, drafts the PR title and body, and creates the PR only after you approve. ## Quick Start Ask the agent to run ready-for-review on my current branch so it runs the gates, reviews the diff, and prepares the pull request for my approval.