What problem does it solve?
Generate a GitHub pull request title and body from the current branch, and prompt you to review before you create it. This skill streamlines PR creation by drafting content automatically and guiding you through validation. It handles only new pull requests; updating existing PRs is out of scope.
Core Features & Use Cases
- Auto-generate PR title and body from the current branch following repository conventions.
- Synchronize with the base branch (including optional rebasing) to keep history clean before PR creation.
- Prompt for user confirmation, and support downstream steps for assigning the PR and applying labels after creation.
Quick Start
Create a new pull request from your current branch by following the guided workflow and confirming the generated title, body, assignees, and labels.