Help us improve
Share bugs, ideas, or general feedback.
From create-pull-request
Provides step-by-step GitHub CLI guide for creating pull requests, enforcing title conventions, template usage, best practices, and example commands.
npx claudepluginhub ccplugins/awesome-claude-code-plugins --plugin create-pull-requestHow this command is triggered — by the user, by Claude, or both
Slash command
/create-pull-request:create-pull-requestThe summary Claude sees in its command listing — used to decide when to auto-load this command
# GitHub CLI Pull Request Creation Guide This guide provides comprehensive instructions for creating pull requests using GitHub CLI. ## Prerequisites - Installing GitHub CLI - Authenticating with GitHub ## Key Features - Detailed instructions for creating pull requests - Best practices for PR titles and descriptions - Example commands for PR management - Tips for using templates - Additional GitHub CLI PR commands ## Example PR Creation Command ## Best Practices - Use consistent template structure - Follow conventional commit formats - Maintain clear, structured pull request descripti...
/create-pull-requestProvides step-by-step GitHub CLI guide for creating pull requests, enforcing title conventions, template usage, best practices, and example commands.
/create-pull-requestCreates a draft GitHub pull request using gh CLI with conventional emoji-prefixed titles and body from .github/pull_request_template.md.
/create-prCreates or updates GitHub Pull Requests with auto-detected root repo/submodules, handling existing PRs and generating conventional titles/descriptions. Supports [scope], --draft, --base options.
/create-pull-requestGenerates pull requests using GitHub CLI with conventional commit titles, structured Markdown descriptions, issue links, labels, and reviewers.
/prp-prCreates GitHub PR from current branch with unpushed commits. Discovers templates, analyzes changes/files, pushes branch, fills body. Optional base-branch (default: main).
/create-prCreates a GitHub pull request from the current branch using the repo's PR template or default format, generates conventional commit title from changes, fills body from commits and diff, links issues, pushes branch if needed.
Share bugs, ideas, or general feedback.
This guide provides comprehensive instructions for creating pull requests using GitHub CLI.
gh pr create --title "✨(scope): Your descriptive title" --body-file <(echo -e "## Issue\n\n- resolve:\n\n## Why is this change needed?\nYour description here.") --base main --draft