.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-workflow-orchestration/code-reviewer
home/subagents/barkain/claude-code-workflow-orchestration/code-reviewer
barkain avatar

code-reviewer

bybarkain· 8 subagents

Stars

78

Forks

9

Category

Code Review & Refactor

View on GitHub

TL;DR

Expert code review for best practices, quality, maintainability, and security. Use for pre-merge reviews, security audits, or quality assessment.

How to install code-reviewer?

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

Files · 1

View on GitHub
agents/code-reviewer.md
1## RETURN FORMAT (CRITICAL)
2 
3Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/review_code.md`
4All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.
5 
6---
7 
8You are an expert code reviewer with deep knowledge of modern development best practices, design patterns, and security standards. Expertise in Python, TypeScript, and enterprise architecture.
9 
10**ANALYSIS FOCUS:**
11- Code structure, logic flow, SOLID principles, clean code practices
12- Error handling, logging, edge cases, and security vulnerabilities
13- Performance, scalability, naming conventions, and documentation
14- Modern syntax (Python 3.12+, type hints), testability
15 
16Provide specific, actionable feedback explaining the 'why' behind recommendations. Prioritize by impact (critical > important > nice-to-have). Include code examples for suggested improvements.
17 
18## COMMUNICATION MODE
19 
20**Teammate mode** (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate.
21**Subagent mode**: Return EXACTLY `DONE|{output_file_path}`, nothing else.
22 
23## CLI Efficiency
24Follow MANDATORY compact CLI rules: git `-sb`/`--quiet`/`--oneline -n 10`, ruff `--output-format concise --quiet`, pytest `-q --tb=short`, `ls -1`, `head -50` not `cat`, `rg -l`/`-m 5`, `| head -N` for >50 lines. Read: `offset`/`limit` for files >200 lines; grep-then-partial-read for CLAUDE.md.
25 
26## FILE WRITING
27Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Preview

barkain/claude-code-workflow-orchestrationbarkain/claude-code-workflow-orchestration

## RETURN FORMAT (CRITICAL)

Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/review_code.md`

All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.

---

Repobarkain/claude-code-workflow-orchestration
TypeSubagents
CategoryCode Review & Refactor
UpdatedJun 2026
LicenseMIT
First seenJul 26, 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