Help us improve
Share bugs, ideas, or general feedback.
Claude Code plugin marketplace for systematic CodeRabbit code review feedback processing
npx claudepluginhub alchemiststudiosDOTai/coderabbit-fix-flow-pluginSystematic workflow for processing CodeRabbit code review feedback with MCP-powered analysis and fixes
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
A Claude Code plugin that provides a systematic workflow for processing CodeRabbit code review feedback with MCP-powered analysis and automated fixes.
This plugin introduces the coderabbit-fix-flow agent skill that transforms code review feedback into actionable improvements. It combines the power of two cutting-edge MCP servers to analyze issues deeply and research best practices before implementing fixes.
Code reviews generate valuable feedback, but acting on that feedback systematically can be challenging. This plugin:
What it does: Provides Claude with enhanced reasoning capabilities through a "chain of thought" approach that breaks down complex problems into logical steps.
Why it's useful here: When analyzing CodeRabbit feedback containing multiple issues across different files, Sequential Thinking helps:
Real feedback example: Instead of rushing to fix a type error, the skill uses Sequential Thinking to analyze whether the error indicates a deeper architectural issue, what related code might be affected, and whether a simple type cast or a more fundamental refactor is needed.
What it does: Provides AI-powered web search capabilities that understand semantic meaning, not just keywords. Exa searches return highly relevant code examples, documentation, and best practices.
Why it's useful here: When fixing code issues, having current, relevant examples is crucial. Exa helps:
Real feedback example: If CodeRabbit flags a TypeScript type issue with React hooks, Exa searches for "TypeScript React useCallback type inference 2024" and returns actual blog posts, Stack Overflow answers, and documentation showing the current best practice—not outdated solutions from 2018.
Sequential Thinking analyzes: "This type error in the authentication hook suggests the callback signature doesn't match the context type. Let me break down the type flow..."
Exa researches: "What's the current best practice for typing context providers with generic constraints in TypeScript 5.x?"
Result: A targeted fix that solves the root cause, follows modern patterns, and includes explanatory comments.
# Add the marketplace
/plugin marketplace add alchemiststudiosDOTai/coderabbit-fix-flow-plugin
# Install the plugin
/plugin install coderabbit-fix-flow
Add your Exa API key to your environment:
# Add to ~/.bashrc, ~/.zshrc, or your shell config
export EXA_API_KEY="your-api-key-here"
Or set it temporarily for the current session:
export EXA_API_KEY="your-api-key-here"
After installation, restart Claude Code to activate the MCP servers:
# Exit Claude Code and restart
claude code
Run CodeRabbit on your changes:
coderabbit --plain
Simply tell Claude:
Use coderabbit-fix-flow to process the CodeRabbit feedback
Or trigger it automatically by providing CodeRabbit output when asking for help with code review issues.
The skill will:
memory-bank/qa/coderabbit/cr-qa-{timestamp}.md