mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
Add new code-review plugin that provides automated pull request reviews using multiple specialized agents with confidence-based scoring to filter false positives. Key features: - Multiple parallel agents for independent auditing (CLAUDE.md compliance, bug detection, historical context) - Confidence-based scoring (0-100) with 80+ threshold to filter false positives - Automatic skipping of closed, draft, or already-reviewed PRs - Links directly to code with full SHA and line ranges Updates: - Add code-review plugin directory with command and README - Update plugins/README.md to document the new plugin 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>