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
- Branch should follow naming convention:
<issue-number>-<description>/<username>
Before Creating a PR
Run Pre-commit Checks
Run the local pre-commit task before opening a PR:
mise run pre-commit