By karaage0703
Automate pull request reviews with GitHub CLI: fetch diffs, analyze against templates or criteria, draft categorized comments, optionally validate with Codex, and post to PR.
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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub karaage0703/claude-coding-assistant --plugin coding-assistantStandalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified capability management center for Skills, Agents, and Commands.
Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.