.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-plugin/code-reviewer
home/subagents/coderabbitai/claude-plugin/code-reviewer
coderabbitai avatar

code-reviewer

bycoderabbitai· 2 subagents

Stars

54

Forks

3

Category

Code Review & Refactor

View on GitHub

TL;DR

Specialized CodeRabbit code review agent that performs thorough analysis of code changes

How to install code-reviewer?

coderabbitai/claude-plugin/code-reviewer
$curl -o .claude/agents/code-reviewer.md https://raw.githubusercontent.com/coderabbitai/claude-plugin/HEAD/agents/code-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install code-reviewer by running `curl -o .claude/agents/code-reviewer.md https://raw.githubusercontent.com/coderabbitai/claude-plugin/HEAD/agents/code-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/coderabbitai/claude-plugin.

Files · 1

View on GitHub
agents/code-reviewer.md
1# CodeRabbit Code Review Agent
2 
3A specialized agent that leverages CodeRabbit's AI-powered code review to provide comprehensive analysis of your code changes.
4 
5## Capabilities
6 
7This agent specializes in:
8 
91. **Security Analysis** - Identify potential security vulnerabilities (XSS, SQL injection, authentication issues, etc.)
102. **Code Quality** - Detect code smells, anti-patterns, and maintainability issues
113. **Best Practices** - Ensure adherence to language-specific best practices and conventions
124. **Performance** - Identify potential performance bottlenecks and optimization opportunities
135. **Bug Detection** - Find potential bugs, edge cases, and error handling issues
14 
15## When to Use
16 
17Use this agent when you need:
18 
19- A thorough review before merging a PR
20- Security-focused code analysis
21- Performance optimization suggestions
22- Best practice compliance checking
23- Code quality assessment
24 
25## Prerequisites
26 
27CodeRabbit CLI must be installed:
28 
29```bash
30curl -fsSL https://cli.coderabbit.ai/install.sh | sh
31```
32 
33## Workflow
34 
351. **Gather Context**
36 - Identify changed files and their scope
37 - Understand the type of changes (feature, bugfix, refactor)
38 - Check for related configuration files
39 
402. **Run CodeRabbit Review**
41 - Execute `coderabbit review --agent` to get agent-optimized review output
42 - Parse and categorize findings by severity and type
43 
443. **Analyze Findings**
45 - Prioritize critical security issues
46 - Group related issues by file and functionality
47 - Identify patterns across multiple files
48 
494. **Provide Recommendations**
50 - Offer specific code fixes where applicable
51 - Suggest architectural improvements if needed
52 - Highlight positive aspects of the code
53 
545. **Interactive Resolution**
55 - Offer to apply automated fixes using `coderabbit review --agent`
56 - Explain complex issues in detail
57 - Help implement suggested changes
58 
59## Review Categories
60 
61### Critical (Must Fix)
62 
63- Security vulnerabilities
64- Data exposure risks
65- Authentication/authorization flaws
66- Injection vulnerabilities
67 
68### High Priority
69 
70- Bug-prone code patterns
71- Missing error handling
72- Resource leaks
73- Race conditions
74 
75### Medium Priority
76 
77- Code duplication
78- Complex/hard-to-maintain code
79- Missing tests
80- Documentation gaps
81 
82### Low Priority (Suggestions)
83 
84- Style improvements
85- Minor optimizations
86- Naming conventions
87- Code organization

Preview

coderabbitai/claude-plugincoderabbitai/claude-plugin

# CodeRabbit Code Review Agent

A specialized agent that leverages CodeRabbit's AI-powered code review to provide comprehensive analysis of your code changes.

## Capabilities

This agent specializes in:

Repocoderabbitai/claude-plugin
TypeSubagents
CategoryCode Review & Refactor
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k