npx claudepluginhub karaage0703/claude-coding-assistantコードレビュー機能を含むコーディングアシスタントプラグイン
Share bugs, ideas, or general feedback.
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