create-github-pr
Installation
SKILL.md
Create GitHub Pull Request
Create pull requests on GitHub using the gh CLI.
Prerequisites
- The
ghCLI must be authenticated (gh auth status) - You must have commits on a branch that's pushed to the remote
- For issue-backed work, the branch should follow
<issue-number>-<description>/<username>. Exempt issue-less changes may use<description>/<username>.