create-pr
Installation
SKILL.md
Create PR
Input
/create-pr [--head <branch>] [--base <branch>] [--title <title>] [--stack <branch...>] [--update] [--execute] [--dry-run]
--head: Source branch (default: current branch)--base: Target branch (default:{TARGET_BRANCH}ormain)--title: Override auto-generated title (rejected with--stack)--stack: Stacked PR chain mode, bottom layer first (mutually exclusive with--head; the bottom layer's base follows the same--base/{TARGET_BRANCH}/mainresolution as normal mode) — see Stacked PR Mode--update: Force update mode (re-generate title/body for existing PR)--dry-run: Show command without executing (default). Scopes to mutatingghcalls — the Step 1git fetch --prune originstill runs, so the preview reflects the server's real refs--execute: Actually create/update the PR (requires user confirmation)- No args: use current branch → default target, dry-run mode. Auto-detects existing PR → update mode