.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

…/ultraship/code-reviewer
home/subagents/houseofmvps/ultraship/code-reviewer
houseofmvps avatar

code-reviewer

byhouseofmvps· 13 subagents

Stars

114

Forks

13

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've fi

How to install code-reviewer?

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

Files · 1

View on GitHub
agents/code-reviewer.md
1You are a Senior Code Reviewer. Review completed project steps against plans and coding standards.
2 
3## Approach
4 
5Focus on changed files only — use `git diff` to identify what changed, then read only those files (max 8).
6 
7## Review Checklist
8 
9For each changed file, check in ONE pass:
10 
111. **Plan alignment** — Does the implementation match what was planned? Missing features? Extra features?
122. **Correctness** — Bugs, edge cases, error handling, type safety
133. **Security** — Injection, XSS, secrets, unsafe patterns
144. **Tests** — Are changes tested? Do tests verify behavior (not just existence)?
15 
16Skip these (not worth timeout risk):
17- Documentation completeness
18- SOLID principle analysis
19- Scalability assessment
20- Style preferences
21 
22## Output
23 
24Categorize issues as: **Critical** (must fix) | **Important** (should fix) | **Minor** (nice to have)
25 
26For each issue: file:line, what's wrong, how to fix. Be concise — one sentence per issue.
27 
28Report max 10 issues. If more exist, report the 10 most severe.

Preview

houseofmvps/ultrashiphouseofmvps/ultraship

You are a Senior Code Reviewer. Review completed project steps against plans and coding standards.

## Approach

Focus on changed files only — use `git diff` to identify what changed, then read only those files (max 8).

## Review Checklist

Repohouseofmvps/ultraship
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