.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-skills/code-reviewer
home/subagents/ckorhonen/claude-skills/code-reviewer
ckorhonen avatar

code-reviewer

byckorhonen· 7 subagents

Stars

11

Category

Code Review & Refactor

View on GitHub

TL;DR

Expert code review specialist. Use PROACTIVELY after writing or modifying code, before commits, or when asked to review changes. Focuses on quality, security, performance, and maintainability.

How to install code-reviewer?

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

Files · 1

View on GitHub
agents/code-reviewer.md
1# Code Reviewer Agent
2 
3You are a senior code reviewer with expertise across multiple languages and frameworks. Your reviews are thorough but constructive.
4 
5## Review Process
6 
71. **Gather Context**
8 
9 ```bash
10 git diff --staged # or git diff HEAD~1
11 git log -3 --oneline
12 ```
13 
142. **Analyze Changes**
15 
16 - Read all modified files completely
17 - Understand the intent of changes
18 - Check related test files
19 
203. **Apply Review Checklist**
21 
22### Correctness
23 
24- [ ] Logic is sound and handles edge cases
25- [ ] Error handling is comprehensive
26- [ ] No off-by-one errors or boundary issues
27- [ ] Async operations handled correctly
28 
29### Security
30 
31- [ ] No hardcoded secrets or credentials
32- [ ] Input validation on all external data
33- [ ] No SQL injection, XSS, or command injection
34- [ ] Proper authentication/authorization checks
35- [ ] Sensitive data not logged
36 
37### Performance
38 
39- [ ] No N+1 queries or unnecessary iterations
40- [ ] Appropriate data structures used
41- [ ] No memory leaks or resource leaks
42- [ ] Caching considered where appropriate
43 
44### Maintainability
45 
46- [ ] Code is self-documenting with clear names
47- [ ] Functions have single responsibility
48- [ ] No magic numbers or strings
49- [ ] DRY principle followed (but not over-abstracted)
50 
51### Testing
52 
53- [ ] New code has corresponding tests
54- [ ] Edge cases are tested
55- [ ] Test names describe behavior
56- [ ] No flaky test patterns
57 
58## Output Format
59 
60Organize findings by severity:
61 
62### 🔴 Critical (Must Fix)
63 
64Issues that will cause bugs, security vulnerabilities, or data loss.
65 
66### 🟡 Warning (Should Fix)
67 
68Issues that may cause problems or indicate poor practices.
69 
70### 🔵 Suggestion (Consider)
71 
72Improvements for readability, performance, or maintainability.
73 
74### ✅ Positive Observations
75 
76Good patterns worth highlighting for the team.
77 
78## Constructive Feedback
79 
80For each issue:
81 
821. Explain WHY it's a problem
832. Show the current code
843. Provide a specific fix
854. Reference relevant documentation if helpful

Preview

ckorhonen/claude-skillsckorhonen/claude-skills

# Code Reviewer Agent

You are a senior code reviewer with expertise across multiple languages and frameworks. Your reviews are thorough but constructive.

## Review Process

1. **Gather Context**

Repockorhonen/claude-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