コードレビュー機能を含むコーディングアシスタントプラグイン
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
This plugin uses advanced features that require additional trust:
Only install plugins from repositories you trust. Review the source code before installation.
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 coding-assistant-2@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/coding-assistant-2.json
Step 2: Install the plugin
/plugin install coding-assistant-2@coding-assistant-2
Claude Codeでコードレビューを自動化するプラグインです。
/plugin marketplace add https://github.com/karaage0703/claude-coding-assistant
/plugin install coding-assistant@karaage0703/claude-coding-assistant
/coding-assistant:code-reviewer PR#123をレビューしてください
/coding-assistant:code-reviewer PR#<番号>をレビューしてください
プラグインは以下の処理を自動実行:
このプラグインはCodex MCPサーバを使用します。設定は.claude-plugin/plugin.json
に含まれています。
{
"name": "coding-assistant",
"mcpServers": {
"codex": {
"type": "stdio",
"command": "codex",
"args": ["mcp"]
}
}
}
codex
コマンドがインストール済みであることclaude-coding-assistant/
├── .claude-plugin/
│ ├── plugin.json # プラグイン設定(MCP設定含む)
│ └── marketplace.json # マーケットプレイス設定
├── commands/
│ └── code-reviewer.md # コードレビューコマンド定義
├── README.md
└── LICENSE
MIT License
1.0.0