From 887a91d9cd6b47da412b1f748999a1a187645660 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 28 Jan 2026 23:37:08 +0000 Subject: [PATCH] Add coderabbit plugin to marketplace CodeRabbit is a code review partner that provides external validation using specialized AI architecture and 40+ integrated static analyzers. It offers context-aware analysis and automatically incorporates project guidelines into reviews. --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 395f3b0..5721e39 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -598,6 +598,16 @@ "url": "https://github.com/obra/superpowers.git" }, "homepage": "https://github.com/obra/superpowers.git" + }, + { + "name": "coderabbit", + "description": "Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers—offering a different perspective that catches bugs, security vulnerabilities, logic errors, and edge cases. Context-aware analysis via AST parsing and codegraph relationships. Automatically incorporates CLAUDE.md and project coding guidelines into reviews. Useful after writing or modifying code, before commits, when implementing complex or security-sensitive logic, or when a second opinion would increase confidence in the changes. Returns specific findings with suggested fixes that can be applied immediately. Free to use.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/coderabbitai/claude-plugin.git" + }, + "homepage": "https://github.com/coderabbitai/claude-plugin.git" } ] }