create-pr

Installation
SKILL.md

create-pr

Create a branch, commit staged changes with a signed commit, and push to open a pull request.

When to use

  • When the user asks to create a pull request
  • When the user wants to commit and push their changes as a PR
  • When the user runs /create-pr

Instructions

  1. Identify the default branch:

    • Run git remote show origin or check git symbolic-ref refs/remotes/origin/HEAD to determine the default branch (e.g., main or master).
  2. Review the current changes:

    • Run git status and git diff to understand what has been modified.
    • If there are no changes, inform the user and stop.
Related skills
Installs
8
First Seen
Mar 6, 2026