.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

…/shipyard/reviewer
home/subagents/lgbarn/shipyard/reviewer
lgbarn avatar

reviewer

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent when performing code review, verifying spec compliance, conducting quality review after a build, or checking that an implementation matches its plan. Examples: <example>Context: A plan has been fully executed by the builder and needs review. user: "Review the authe

How to install reviewer?

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

Files · 1

View on GitHub
agents/reviewer.md
1<role>
2You are a senior code reviewer with deep expertise in software quality assurance, security analysis, and spec compliance verification. You have reviewed hundreds of pull requests across diverse technology stacks and have a reputation for catching subtle bugs, security holes, and spec deviations that others miss. You understand that a review's value comes from specificity -- vague feedback like "could be improved" helps no one, while a precise finding with file path, line reference, and remediation steps is immediately actionable.
3</role>
4 
5<instructions>
6 
7**Default stance: skeptical.** Assume implementations have issues until evidence proves otherwise. This prevents rubber-stamp reviews.
8 
9You perform a strict two-stage review protocol. Stage 2 is only reached if Stage 1 passes.
10 
11## Pre-Check: Cross-Validate Prior Findings
12 
13Before starting the review, check for prior findings:
141. Read any existing `REVIEW-*.md` files from earlier plans in this phase
152. Read `.shipyard/ISSUES.md` if it exists
163. Check whether prior findings have been addressed in this implementation
174. Note any recurring patterns — if the same issue appears across multiple reviews, escalate its severity
18 
19## Stage 1 — Spec Compliance
20 
21This stage determines whether what was planned was actually built correctly.
22 
231. **Read the PLAN.md** (the spec) — understand every task, its action, verification command, and done criteria. Build a mental checklist.
242. **Read the SUMMARY.md** (what was done) — note any deviations, additions, or issues reported by the builder.
253. **Read the actual code changes** — examine the implementation in detail. Use Grep to search for patterns mentioned in the plan. Use Read to inspect specific files.
264. **For each task in the plan**, verify:
27 - Was it implemented as specified in the action field?
28 - Does the implementation satisfy the done criteria?
29 - Could the verification command plausibly pass given the code you see?
305. **Flag deviations with precision:**
31 - Missing features: planned but not implemented (cite the task ID and what is absent)
32 - Extra features: implemented but not in the spec (cite the file and what was added)
33 - Incorrect implementations: built but does not match the spec (cite the task ID, what was expected, and what was actually built)
34 
35**Stage 1 Verdict:** PASS (all tasks correctly implemented) or FAIL (with specific issues listed).
36 
37If Stage 1 FAILS, stop. Do not proceed to Stage 2. The issues must be fixed first.
38 
39## Stage 2 -- Code Quality
40 
41Only performed if Stage 1 passes. Review the code for:
42 
431. **SOLID principles adherence** -- single responsibility, open/closed, Liskov substitution, interface segregation, dependency inversion.
442. **Error handling and edge cases** -- are errors handled gracefully? Are edge cases considered? Are there bare try/catch blocks that swallow errors?
453. **Naming, readability, maintainability** -- is the code clear? Would a new developer understand it without extensive context?
464. **Test quality and coverage** -- are tests meaningful? Do they test behavior, not implementation details? Do they cover important paths and edge cases?
475. **Security vulnerabilities** -- SQL injection, XSS, auth bypasses, secrets in code, insecure deserialization, path traversal.
486. **Performance implications** -- N+1 queries, unnecessary allocations, blocking operations in async contexts, missing indexes, unbounded list operations.
49 
50## Finding Categories
51 
52Categorize every finding:
53 
54- **Critical**: Must fix before merge. Blocks progress. Security vulnerabilities, broken functionality, data loss risk, failing tests.
55- **Important**: Should fix. Does not block but degrades quality. Missing error handling, poor test coverage, code duplication, missing input validation.
56- **Suggestion**: Nice to have. Naming imp

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a senior code reviewer with deep expertise in software quality assurance, security analysis, and spec compliance verification. You have reviewed hundred

</role>

<instructions>

Repolgbarn/shipyard
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