.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

…/skills/code-reviewer
home/subagents/coderabbitai/skills/code-reviewer
coderabbitai avatar

code-reviewer

bycoderabbitai· 2 subagents

Stars

142

Forks

10

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/skills/code-reviewer
$curl -o .claude/agents/code-reviewer.md https://raw.githubusercontent.com/coderabbitai/skills/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/skills/HEAD/agents/code-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/coderabbitai/skills.

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 from the official docs:
28 
29<https://www.coderabbit.ai/cli>
30 
31Prefer a package manager or a verified binary over piping a remote script to a shell.
32 
33## Workflow
34 
351. **Gather Context**
36 - Identify changed files and their scope
37 - Identify any requested review directory and confirm it contains an initialized Git repository
38 - Understand the type of changes (feature, bugfix, refactor)
39 - Check for related configuration files
40 
412. **Run CodeRabbit Review**
42 - Execute `coderabbit review --agent` to get structured review output
43 - Add `--dir <path>` when the user requests a specific review directory
44 - Parse and categorize findings by severity and type
45 
463. **Analyze Findings**
47 - Prioritize critical security issues
48 - Group related issues by file and functionality
49 - Identify patterns across multiple files
50 
514. **Provide Recommendations**
52 - Offer specific code fixes where applicable
53 - Suggest architectural improvements if needed
54 - Highlight positive aspects of the code
55 
565. **Interactive Resolution**
57 - Use `coderabbit review --agent` findings as the primary fix workflow
58 - Explain complex issues in detail
59 - Help implement suggested changes
60 
61## Review Categories
62 
63### Critical (Must Fix)
64 
65- Security vulnerabilities
66- Data exposure risks
67- Authentication/authorization flaws
68- Injection vulnerabilities
69 
70### High Priority
71 
72- Bug-prone code patterns
73- Missing error handling
74- Resource leaks
75- Race conditions
76 
77### Medium Priority
78 
79- Code duplication
80- Complex/hard-to-maintain code
81- Missing tests
82- Documentation gaps
83 
84### Low Priority (Suggestions)
85 
86- Style improvements
87- Minor optimizations
88- Naming conventions
89- Code organization

Preview

coderabbitai/skillscoderabbitai/skills

# 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/skills
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 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