What problem does it solve?
This Skill automates the creation of Pull Requests by analyzing your code changes, generating a rich PR body, and ensuring all necessary checks are performed before submission.
Core Features & Use Cases
- Automated PR Body Generation: Analyzes commits, diffs, and associated issue details to create a comprehensive PR description.
- Intelligent Branching: Supports standard issue-based branch naming conventions and allows specifying a base branch.
- Pre-flight Checks: Verifies GitHub CLI authentication, checks for uncommitted changes, and ensures you're not on the base branch.
- Use Case: After completing a feature, run
/pr to automatically generate a PR with a detailed summary, changes list, and test plan, linking it to the relevant issue.
Quick Start
Run /pr to create a pull request for your current changes.