What problem does it solve? Writing pull request titles and descriptions manually is repetitive, and it is easy to overlook earlier commits when summarizing a branch. This Skill automates PR creation by analyzing every commit on the branch and generating a concise, consistently formatted pull request via the GitHub CLI. ## Core Features & Use Cases - Full-branch commit analysis: Reviews all commits and the complete diff from the base branch, not just the latest commit, to capture the true scope of changes. - Standardized PR format: Generates a title under 70 characters and a body following a fixed Summary template, deliberately omitting a Test Plan section. - End-to-end automation: Checks git status, pushes the branch to the remote if needed, creates the PR with gh pr create, and returns the PR URL. - Use Case: After finishing a feature branch with five commits, invoke the Skill to get a ready-to-review GitHub PR with an accurate summary and a shareable URL, without writing anything by hand. ## Quick Start Ask the assistant to create a pull request for the current branch using the create-pr skill.