What problem does it solve? Opening a pull request involves repetitive coordination: composing a consistent PR body, running code review, checking the changelog, verifying QC, and closing referenced issues with retrospectives. This Skill automates that entire pre-merge workflow so nothing is forgotten. ## Core Features & Use Cases - Create and update modes: Detects whether the branch already has an open PR and either creates a new one or refreshes the managed body sections while preserving operator-written content. - Three validation gates: Runs code review, changelog verification, and QC checks from reference files, halting on blockers and supporting opt-out markers where allowed. - Issue close-out: After the PR exists, posts a retrospective on each closed issue and transitions any linked implementation plan to shipped status. - Use Case: After finishing a feature branch that closes two issues, ask to open a PR; the Skill composes the five-section body, runs all gates, creates the PR via the GitHub CLI, and closes both issues with retrospectives. ## Quick Start Open a pull request for my current branch and close the issues it resolves.