What problem does it solve? Pull request work often stalls or ships prematurely because descriptions are thin, review feedback is handled inconsistently, and merges happen on green CI alone. This Skill enforces a disciplined end-to-end PR workflow so nothing is merged before review loops, checks, and scope decisions are resolved. ## Core Features & Use Cases - Full PR Lifecycle Management: Covers opening, updating, describing, pushing, monitoring, reviewing, addressing comments, and merging pull requests via the GitHub CLI. - Structured PR Descriptions: Enforces a Why / What Changed / Implementation Details / Testing / Risks format so reviewers understand changes without watching the chat. - Codex Review Loop & Scope Discipline: Classifies review feedback as in-scope blocker, sidequest, or fast follow, and gates merging on explicit approval plus passing checks. - Use Case: After pushing a bugfix branch, use this Skill to write the PR body, open the PR, monitor CI and reviewer feedback, push back on out-of-scope requests with evidence, and merge only after the approval gate is satisfied. ## Quick Start Ask the agent to open a pull request for the current branch and drive it through review and merge using the pull-request workflow.