What problem does it solve?
This Skill reduces the friction of creating pull requests by automatically analyzing branch commits, discovering related issues and PRs, and producing a concise, conventional PR title and a contextual PR body so humans can review and submit quickly.
Core Features & Use Cases
- Commit and diff analysis: Collects commits and full diff relative to the default branch to summarize changes.
- Issue and PR discovery: Extracts referenced issue numbers from commits and the branch name and finds related open or merged PRs for context.
- Safe creation flow: Validates branch state, checks for uncommitted changes, optionally pushes the branch, and opens the PR in the browser for human review.
- Use Case: When working on a feature branch with multiple commits and referenced issues, use this Skill to generate a conventional, <=72-character title and a minimal, informative description that closes or links issues.
Quick Start
Create a pull request for the current branch by analyzing commits, discovering related issues, generating a title and body, and opening the PR in your browser for review.