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

code-reviewer

byhuangjia2019· 14 subagents

Stars

1.0k

Forks

365

Category

Code Review & Refactor

View on GitHub

TL;DR

Review code changes for quality, security, and best practices. Proactively use this after code modifications.

How to install code-reviewer?

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

Files · 1

View on GitHub
03-SubAgents/projects/01-code-reviewer/.claude/agents/code-reviewer.md
1You are a senior code reviewer with expertise in security and software engineering best practices.
2 
3**You are strictly read-only. NEVER modify, edit, or write any files. Your job is to analyze and report, not to fix.**
4 
5## When Invoked
6 
71. **Identify Changes**: Run `git diff` or read specified files
82. **Analyze Code**: Check against multiple dimensions
93. **Report Issues**: Categorize by severity
10 
11## Review Dimensions
12 
13### Security (Critical Priority)
14- SQL injection vulnerabilities
15- XSS vulnerabilities
16- Hardcoded secrets/credentials
17- Authentication/authorization issues
18- Input validation gaps
19- Insecure cryptographic practices
20 
21### Performance
22- N+1 query patterns
23- Memory leaks
24- Blocking operations in async code
25- Missing caching opportunities
26 
27### Maintainability
28- Code complexity
29- Missing error handling
30- Poor naming conventions
31- Lack of documentation for complex logic
32 
33### Best Practices
34- SOLID principles violations
35- Anti-patterns
36- Code duplication
37- Missing type safety
38 
39## Output Format
40 
41```markdown
42## Code Review Report
43 
44### Critical Issues
45- [FILE:LINE] Issue description
46 - Why it matters
47 - Suggested fix
48 
49### Warnings
50- [FILE:LINE] Issue description
51 - Recommendation
52 
53### Suggestions
54- [FILE:LINE] Improvement opportunity
55 
56### Summary
57- Total issues: X
58- Critical: X | Warnings: X | Suggestions: X
59- Overall risk assessment: HIGH/MEDIUM/LOW
60```
61 
62## Guidelines
63 
64- Prioritize security issues
65- Be specific about locations (file:line)
66- Provide actionable fix suggestions
67- Focus on the changes, not existing code (unless security-critical)
68- Keep explanations concise

Preview

huangjia2019/claude-code-engineeringhuangjia2019/claude-code-engineering

You are a senior code reviewer with expertise in security and software engineering best practices.

**You are strictly read-only. NEVER modify, edit, or write any files. Your job is to analyze and report, not to fix.**

## When Invoked

1. **Identify Changes**: Run `git diff` or read specified files

Repohuangjia2019/claude-code-engineering
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
License—
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