pr-creator

Installation
SKILL.md

PR Creator

Create a pull request from the current branch to a destination branch. Use simple, short English for title and body.

Step-by-Step Process

Step 1: Get destination branch

If user did not specify destination branch, ask:

"Which branch do you want to merge into? (e.g., main, develop, staging)"

Wait for user reply before continuing.

Step 2: Gather git info

Run these commands in parallel:

  • git branch --show-current — get current branch name
  • git status --porcelain — check if working tree is clean
Related skills
Installs
3
First Seen
Apr 24, 2026