What problem does it solve? Pull requests often stall because reviewers cannot understand what changed, why, or whether it works. This Skill standardizes how you prepare, describe, and defend a GitHub pull request so reviewers can approve it without follow-up clarifying questions. ## Core Features & Use Cases - Branch Hygiene: Guides rebasing, squashing WIP commits, and confirming tests, typecheck, and lint pass before opening the PR. - Structured PR Content: Enforces an imperative title under 70 characters and a body with Summary, Implementation notes, Verification, and Risk and rollback sections. - Review Management: Covers replying to every review comment, pushing fixes as new commits during active review, and re-requesting review explicitly. - Use Case: An engineer finishes a UI feature, uses this Skill to write the PR body with screenshots of the golden path and an edge case, responds to reviewer feedback with commit references, and merges with a clean checklist. ## Quick Start Use the github-pr-workflow skill to prepare my current feature branch as a pull request with a proper title, body, and verification notes.