create-pull-request
Installation
SKILL.md
Create Pull Request
Preconditions
- Verify
gh auth statussucceeds. If not, prompt user to rungh auth login. - Verify not on
main/master. If so, prompt user to create a feature branch. - Verify no uncommitted changes. If found, prompt user to commit first (consider using
conventional-commitskill). - If no upstream exists, run
git push -u origin HEAD.
PR Template
The PR description must follow the team's template structure. See references/pr-template.md for the full template, validation rules, and examples.
Required sections:
- About PR ๐ - What changed and why (cannot be empty)
- Preview ๐ผ๏ธ - Screenshot/recording (required for: Bug fix, New feature, Refactor, Improvement)
- How to test ๐งช - Testing instructions for reviewers
- Type of change ๐ง - Check at least one checkbox