What problem does it solve?
This Skill streamlines the often-tedious process of creating and updating pull requests. It automates prerequisite checks, intelligently determines base branches, and generates comprehensive PR content, ensuring your code reviews start faster and are more effective.
Core Features & Use Cases
- Smart Base Branch Detection: Automatically identifies the correct target branch (e.g.,
develop vs main) for your pull request.
- Comprehensive Commit Analysis: Generates a detailed PR title and body based on all commits since your branch diverged, including support for PR templates.
- Use Case: After finishing a feature branch, use this Skill to automatically generate a well-formatted pull request, including a title, description, and checklist, ready for review, without manual drafting.
Quick Start
Example: Create a new pull request with a title and body
gh pr create --title "feat: add user profile" --body "Implements user profile management."