create-github-pr

Installation
SKILL.md

Create GitHub Pull Request

Create pull requests on GitHub using the gh CLI.

Prerequisites

  • The gh CLI 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
Installs
4
GitHub Stars
7.0K
First Seen
Mar 18, 2026
create-github-pr — nvidia/openshell