MR/PR review assistant that helps review others' code and analyze feedback on your changes
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
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 mr-assistant@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/mr-assistant.json
Step 2: Install the plugin
/plugin install mr-assistant@mr-assistant
A collection of useful plugins for Claude Code to enhance your development workflow.
Comprehensive MR/PR workflow assistant for GitLab (with GitHub support planned).
Key Features:
Commands:
/mr check [number]
- Check comments on your MR/mr reply [number]
- Post drafted responses/mr review [number]
- Review another's MR/mr status [number]
- Quick status check/mr batch
- Check all your MRs/mr config
- View/edit configuration/mr help
- Show available commandsLatest Updates (v1.3.0):
# If hosted on GitHub
/plugin marketplace add joseigor/claude-code
# Or via direct URL
/plugin marketplace add https://github.com/joseigor/claude-code
# Install mr-assistant
/plugin add mr-assistant
After installation, initialize the plugin and use the slash commands:
# Initialize the plugin (runs automatically on first use)
/mr-init
# Check comments on your MR
/mr check
# Check a specific MR
/mr check 112
# Post responses to MR discussions
/mr reply 112
# Review another developer's MR
/mr review 112
# Quick status of all your MRs
/mr batch
See the MR Assistant README for detailed documentation.
claude-code/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── mr-assistant/ # MR/PR workflow assistant
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── commands/ # Slash commands
│ │ ├── mr-check.md
│ │ ├── mr-reply.md
│ │ ├── mr-batch.md
│ │ ├── mr-status.md
│ │ └── mr-init.md
│ ├── scripts/ # Helper scripts
│ │ ├── common/ # Platform-agnostic scripts
│ │ └── gitlab/ # GitLab-specific scripts
│ ├── install.sh # Installation script
│ ├── uninstall.sh # Uninstallation script
│ └── README.md # Plugin documentation
├── README.md
├── CONTRIBUTING.md
└── .gitignore
The MR Assistant plugin uses a hybrid approach:
See CONTRIBUTING.md for guidelines on contributing to the plugin.
.claude/mr-assistant/config.json
)~/.claude/plugins/marketplaces/
CLAUDE_PLUGIN_ROOT
environment variable/mr
subcommandsMIT License - See plugin metadata for details.
1.9.0