| name | create-pr |
| description | Create a github pr with all the details |
Pull Request Skill
Create well-documented pull requests with comprehensive descriptions.
Usage
/create-pr
Behavior
- Analyze commits since branching from main
- Generate a descriptive PR title
- Create detailed description with:
- Summary of changes
- QA Testing instructions
- Screenshots (if UI changes)
- Create PR via
gh pr create
- Assign this PR to me
PR Template
## Ticket
Ticket ID link to jira
## Task description
Brief description of changes
- List of specific changes made
## QA Testing
How to test these changes
- List of steps
## Screenshots
(if applicable)
## Aditional Notes (optional)
Some notes for deployment settings changed in this PR
Requirements
- GitHub CLI (
gh) installed and authenticated
- On a feature branch (not main)