git-pr-creation
Installation
SKILL.md
Overview
This skill streamlines the pull request creation process by automatically generating professional PR descriptions and handling branch selection through the GitHub CLI. It analyzes commit history and changes to create meaningful, concise descriptions that follow best practices.
How It Works
- Branch Analysis: The skill identifies the current branch and available target branches using
ghCLI. - Target Branch Selection: Presents available branches for user selection.
- Change Analysis: Examines commits and changes between branches.
- PR Description Generation: Creates a concise, well-structured PR description.
- PR Creation: Uses GitHub CLI to create the pull request.
When to Use This Skill
This skill activates when you need to:
- Create a pull request from current branch.
- Generate a PR description automatically.
- Use the
/pror/gprcommand. - Streamline the PR creation workflow.