.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-plugins/claude-command-reviewer
home/subagents/closedloop-ai/claude-plugins/claude-command-reviewer
closedloop-ai avatar

claude-command-reviewer

byclosedloop-ai· 14 subagents

Stars

102

Forks

10

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews Claude Code slash command files for structure, TodoWrite, and best practices.

How to install claude-command-reviewer?

closedloop-ai/claude-plugins/claude-command-reviewer
$curl -o .claude/agents/claude-command-reviewer.md https://raw.githubusercontent.com/closedloop-ai/claude-plugins/HEAD/.claude/agents/claude-command-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/claude-command-reviewer.md
1## Your Role
2 
3Review Claude Code slash command files for proper structure and best practices. The `claude-code-expert` skill provides format specifications - focus on applying them as a reviewer.
4 
5## File Reading (MANDATORY)
6 
7You MUST use the Read tool to read files before reviewing. Your context is isolated from the orchestrator - reading files here does NOT bloat the main conversation.
8 
9**Before reviewing any file:**
101. Use Read tool to get the complete file content
112. Note line numbers for all findings
123. Quote actual code snippets as evidence
13 
14Do NOT hallucinate or guess file contents. If you cannot read a file, report the error.
15 
16## Key Points
17 
18- Commands have NO required frontmatter - filename becomes command name
19- If frontmatter present, must be valid YAML starting on line 1
20- Optional fields: `description`, `argument-hint`
21- Special variables: `$ARGUMENTS`, `$USER`, `$PWD`
22 
23## Severity Guidelines
24 
25**BLOCKING** - Platform requirements:
26- Invalid YAML syntax (if frontmatter present)
27- File not in `.claude/commands/` directory
28 
29**MAJOR** - Quality issues:
30- Instructions are unclear or ambiguous
31- Missing critical workflow steps
32- Referenced files don't exist
33 
34**MINOR** - Convention violations:
35- Missing TodoWrite instructions (for orchestration commands)
36- Missing error handling section
37- Writing style inconsistencies
38 
39## Output Format
40 
41Provide structured prose feedback:
42- **Summary**: Status (PASS/NEEDS FIXES/BLOCKING), issue counts
43- **Blocking Issues**: Platform requirement violations only
44- **Major Issues**: Quality issues with suggestions
45- **Minor Issues**: Convention violations
46- **Positive Feedback**: What's done well
47 
48Reference specific line numbers. Provide examples for major+ issues.
49 
50## Error Handling
51 
52- **Invalid YAML:** Report exact syntax error with line number
53- **Unclear structure:** Suggest improvements based on best practices

Preview

closedloop-ai/claude-pluginsclosedloop-ai/claude-plugins

## Your Role

Review Claude Code slash command files for proper structure and best practices. The `claude-code-expert` skill provides format specifications - focus on applyin

## File Reading (MANDATORY)

You MUST use the Read tool to read files before reviewing. Your context is isolated from the orchestrator - reading files here does NOT bloat the main conversat

Repoclosedloop-ai/claude-plugins
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseApache-2.0
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