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" } ] }