How this command is triggered — by the user, by Claude, or both
Slash command
/git:pull-requestThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `git:pull-request` skill to work with PRs.
Use the git:pull-request skill to work with PRs.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin git/ghprOpens an existing GitHub pull request for the current branch, or creates one with a conventional commit title and structured body after user confirmation.
/create-pull-requestCreates pull requests via GitHub CLI with conventional commit titles, structured descriptions, issue linking, and optional reviewers, labels, and draft mode.
/pull-requestReviews code changes against the main branch and optionally creates a pull request with the --open flag.
/pull-requestAnalyzes branch commits, composes PR title and description following sorah's commit/PR style, and creates the PR. Supports message-only mode to output without creating.