What problem does it solve?
This Skill streamlines the creation of pull requests, ensuring they adhere to project conventions for titles, descriptions, and test plans, making code reviews more efficient.
Core Features & Use Cases
- Automated PR Generation: Creates pull requests with
gh CLI, including a structured title and body.
- Branch Analysis: Gathers information about changes since the base branch.
- Test Plan Inclusion: Ensures a comprehensive test plan is part of the PR description.
- Use Case: After committing your code changes to a feature branch, use this Skill to automatically generate a pull request targeting the
main branch with a clear summary and a detailed test plan.
Quick Start
Use the pr skill to create a pull request for your current branch.