create-pr
Installation
SKILL.md
Create PR
Overview
Create a pull request on GitHub from a feature branch, automatically populating PR title and description with work item metadata. Links PR to the associated work item and facilitates smooth transition to review phase.
When to Use
Create a PR when:
- Implementation is complete and tested locally
- Feature branch is synced with main and ready for review
- Work item status is
testing(or ready for code review) - PR does not already exist for the branch
- Ready to solicit code review and feedback
When NOT to Use
Skip creating PR for: