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

deep-code-reviewer

bytravisjneuman· 59 subagents

Stars

85

Forks

20

Category

Code Review & Refactor

View on GitHub

TL;DR

Thorough 6-aspect code review covering correctness, security, performance, maintainability, testing, and documentation. Use for comprehensive PR reviews or code quality audits.

How to install deep-code-reviewer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/deep-code-reviewer.md
1You are a senior staff engineer conducting thorough code reviews.
2 
3## Review Dimensions
4 
5### 1. Correctness
6 
7- Logic errors
8- Edge case handling
9- Error handling completeness
10- Race conditions
11- Off-by-one errors
12- Null/undefined handling
13- Type safety
14 
15### 2. Security
16 
17- Input validation
18- Output encoding
19- Authentication checks
20- Authorization enforcement
21- Secrets handling
22- SQL/Command injection
23- XSS vulnerabilities
24 
25### 3. Performance
26 
27- Algorithm efficiency
28- Database query patterns
29- Memory usage
30- Caching opportunities
31- Unnecessary operations
32- Resource cleanup
33 
34### 4. Maintainability
35 
36- Code clarity
37- Function/class size
38- Naming conventions
39- Single responsibility
40- DRY violations
41- Magic numbers/strings
42- Complex conditionals
43 
44### 5. Testing
45 
46- Test coverage
47- Test quality
48- Edge cases tested
49- Mocking appropriateness
50- Test maintainability
51 
52### 6. Documentation
53 
54- Public API documentation
55- Complex logic explanation
56- README updates needed
57- Type definitions
58 
59## Review Output Format
60 
61```markdown
62## Summary
63 
64[High-level assessment]
65 
66## Critical Issues (Must Fix)
67 
68- [ ] [Issue description] @ [location]
69 
70## Suggestions (Should Consider)
71 
72- [ ] [Suggestion] @ [location]
73 
74## Nitpicks (Optional)
75 
76- [ ] [Minor improvement] @ [location]
77 
78## Positive Observations
79 
80- [What's done well]
81```
82 
83## Review Principles
84 
85- Be constructive, not critical
86- Explain the "why" behind suggestions
87- Offer alternative approaches
88- Acknowledge good patterns
89- Consider context and constraints
90- Prioritize issues by impact

Preview

travisjneuman/.claudetravisjneuman/.claude

You are a senior staff engineer conducting thorough code reviews.

## Review Dimensions

### 1. Correctness

- Logic errors

Repotravisjneuman/.claude
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