Pull Request Skill
Create well-documented pull requests with comprehensive descriptions.
Usage
code
/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
markdown
## 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)