What problem does it solve? Writing clear, complete pull request descriptions is tedious and often skipped, leaving reviewers without context. This Skill analyzes all branch commits and diffs to generate a well-structured GitHub PR automatically. ## Core Features & Use Cases - Full Branch Analysis: Reads every commit since diverging from the base branch, not just the latest one, to capture the complete scope of changes. - Structured PR Generation: Produces a conventional-commit-style title under 70 characters, a summary, a per-file change list, breaking change notes, and a test plan checklist. - Push and Create: Pushes the branch to origin and creates the PR via the GitHub CLI, returning the PR URL. - Use Case: After finishing a feature branch with five commits touching routes, components, and tests, run this Skill to get a reviewer-ready PR with an accurate summary and verification steps in seconds. ## Quick Start Create a pull request for my current branch with a generated summary and test plan.