What problem does it solve?
This Skill automates the creation of detailed Pull Request descriptions by analyzing branch changes, saving developers time and ensuring consistent, informative PRs.
Core Features & Use Cases
- Automated Change Analysis: Analyzes
git status, git diff, and git log to understand all modifications in the current branch.
- Intelligent Description Generation: Uses a specialized agent (
pr-generator) to craft a comprehensive PR title and body.
- Interactive Workflow: Guides the user through selecting a base branch and confirming the PR creation.
- Use Case: After completing a new feature, run
/pr to automatically generate a PR description that summarizes the changes, lists key modifications, and prepares it for review.
Quick Start
Run the pr skill to generate a pull request description for the current branch, referencing issue number 456.