| name | pr |
| description | Create well-documented pull requests with comprehensive descriptions. Use when the user asks to open a pull request or invokes /pr. |
Pull Request Skill
Create well-documented pull requests with comprehensive descriptions.
Usage
/pr
Behavior
- Analyze commits since branching from main
- Generate a descriptive PR title
- Create detailed description with:
- Summary of changes
- Testing instructions
- Screenshots (if UI changes)
- Create PR via
gh pr create
PR Template
## Summary
Brief description of changes
## Changes
- List of specific changes made
## Testing
How to test these changes
## Screenshots
(if applicable)
## Checklist
- [ ] Tests pass
- [ ] Documentation updated
- [ ] No breaking changes
Requirements
- GitHub CLI (
gh) installed and authenticated
- On a feature branch (not main)