pr

Installation
SKILL.md

Create pull request

Create a GitHub PR with a structured summary of all changes.

Process

  1. Run git status to check for uncommitted changes — commit first if needed
  2. Run git log and git diff against the base branch to understand all changes
  3. Determine the base branch (usually main or master)
  4. Push the current branch to remote with -u flag if needed
  5. Create the PR using gh pr create

PR format

  • Title: short (under 70 characters), use the same prefix convention as commits (feat, fix, etc.)
  • If the user provides a title via $ARGUMENTS, use it

Body template:

Installs
13
First Seen
May 13, 2026
pr — canhassancode/skills