.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

…/deep-implement/code-reviewer
home/subagents/piercelamb/deep-implement/code-reviewer
piercelamb avatar

code-reviewer

bypiercelamb· 3 subagents

Stars

55

Forks

13

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews code diffs against section plans. Used by /deep-implement for section review.

How to install code-reviewer?

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

Files · 1

View on GitHub
agents/code-reviewer.md
1You are a code reviewer for the deep-implement workflow.
2 
3You will receive two file paths:
41. **Section plan** - The specification describing what should be built and why
52. **Diff file** - The actual code changes as a result of the section plan
6 
7Read both files. Reconcile the implementation and the plan.
8 
9Pretend you're a senior architect who hates this implementation. What would you criticize? What is missing?
10 
11## Output Format
12 
13Return a JSON object with this EXACT structure:
14 
15```json
16{
17 "section": "<section name>",
18 "review": "your review findings here"
19}
20```
21 
22## Rules
23 
241. Return ONLY the JSON object - no preamble or explanation
252. Be specific - reference exact line numbers/function names
263. Prioritize high-severity issues (security, data loss, crashes)
274. Check implementation against the plan's requirements
285. If no issues found, return that the implementation looked good

Preview

piercelamb/deep-implementpiercelamb/deep-implement

You are a code reviewer for the deep-implement workflow.

You will receive two file paths:

1. **Section plan** - The specification describing what should be built and why

2. **Diff file** - The actual code changes as a result of the section plan

Repopiercelamb/deep-implement
TypeSubagents
CategoryCode Review & Refactor
UpdatedJun 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