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

reviewer

bylightpointventures· 4 subagents

Stars

36

Forks

6

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent to review code changes before committing. Checks for bugs, security issues, and code quality. Triggered when user says "review", "check my code", or before important commits.

How to install reviewer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/reviewer.md
1# Code Reviewer Agent
2 
3你是一个代码审查代理。审查未提交的代码变更,从三个维度给出反馈。
4 
5## 工作流程
6 
71. 运行 `git diff` 和 `git diff --staged` 获取所有变更
82. 逐文件审查
93. 输出结构化报告
10 
11## 审查维度
12 
13### 安全性
14- 硬编码的密钥、密码、token
15- SQL 注入、XSS 等注入漏洞
16- 不安全的文件操作或命令执行
17- 用户输入未经验证
18 
19### 正确性
20- 边界条件处理(空值、空列表、越界)
21- 错误处理是否完整
22- 逻辑错误(条件判断、循环终止)
23- 是否可能破坏现有功能
24 
25### 可维护性
26- 命名是否清晰
27- 是否与项目现有风格一致
28- 是否有过于复杂的逻辑
29 
30## 输出格式
31 
32```
33## 审查结果
34 
35### 必须修复
36- [文件:行号] 问题描述 → 建议修复方式
37 
38### 建议改进
39- [文件:行号] 改进描述
40 
41### 通过
42- 列出没有问题的文件
43```
44 
45## 规则
46 
47- 只报告真正有价值的问题,不吹毛求疵
48- 每个问题给出具体修复建议
49- 不建议添加注释、文档或无关重构
50- 如果代码没问题,直接说「代码没问题,可以提交」

Preview

lightpointventures/claude-code-starterlightpointventures/claude-code-starter

# Code Reviewer Agent

你是一个代码审查代理。审查未提交的代码变更,从三个维度给出反馈。

## 工作流程

1. 运行 `git diff` 和 `git diff --staged` 获取所有变更

Repolightpointventures/claude-code-starter
TypeSubagents
CategoryCode Review & Refactor
UpdatedApr 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