From 48a8bfc2b1c476d5884c0aa17af07ab219fbf029 Mon Sep 17 00:00:00 2001 From: Wanghong Yuan MacBook Date: Thu, 23 Oct 2025 23:35:40 -0700 Subject: [PATCH] Add code-review plugin to marketplace.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added marketplace entry for the code-review plugin, which provides automated PR review using multiple specialized agents with confidence-based scoring. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 6e50d713..25f3153e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -57,6 +57,17 @@ }, "source": "./plugins/security-guidance", "category": "security" + }, + { + "name": "code-review", + "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives", + "version": "1.0.0", + "author": { + "name": "Boris Cherny", + "email": "boris@anthropic.com" + }, + "source": "./plugins/code-review", + "category": "productivity" } ] }