Useful slash commands for managing pull requests
This plugin is not yet in any themed marketplace. To install it, you'll need to add it from GitHub directly.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install cc-prtools@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/cc-prtools.json
Step 2: Install the plugin
/plugin install cc-prtools@cc-prtools
A Claude Code plugin that provides useful slash commands for managing GitHub pull requests efficiently.
cc-prtools streamlines your pull request workflow by providing three slash commands:
/create-pr
- Automatically create draft pull requests with intelligent content generation/update-pr
- Update existing pull requests with refreshed content based on the latest changes/summarize-pr
- Add a comprehensive analysis comment to existing pull requests with summary, changes table, and sequence diagramsThe first two commands analyze your git diff and generate comprehensive PR descriptions that follow your repository's pull request template. The summarize command provides detailed PR analysis as a comment.
gh
) installed (optional but recommended)
gh
is not available, the plugin will use GitHub MCP Server as an alternativegh
command)Add marketplace:
/plugin marketplace add hnegishi/cc-prtools
Install the plugin directly from the marketplace:
/plugin install cc-prtools@hnegishi
Or clone the repository and load it manually:
git clone https://github.com/hnegishi/cc-prtools.git
Use the /create-pr
command to create a new draft pull request:
/create-pr
The command will:
main
, develop
)Example: See this PR created using /create-pr
Use the /update-pr
command to update an existing pull request:
/update-pr
Or specify the PR number directly:
/update-pr 123
The command will:
Use the /summarize-pr
command to add a detailed analysis comment to an existing pull request:
/summarize-pr
Or specify the PR number directly:
/summarize-pr 123
The command will:
Example: See this comment created using /summarize-pr
The /create-pr
and /update-pr
commands respect your repository's pull request template located at:
.github/PULL_REQUEST_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
These commands automatically:
1.0.0