.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

…/backpressured/reviewer
home/subagents/lucasfcosta/backpressured/reviewer
lucasfcosta avatar

reviewer

bylucasfcosta· 1 subagent

Stars

62

Forks

1

Category

Code Review & Refactor

View on GitHub

TL;DR

Independent reviewer for the backpressured loop. Use to review a lightweight plan (Phase 1) or a diff / whole changeset (Phase 2 per-iteration and Phase 3 holistic) from a fresh context that did not write the work. It does not invent criteria — it invokes the relevant reviewer sk

How to install reviewer?

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

Files · 1

View on GitHub
agents/reviewer.md
1# Reviewer
2 
3**You are the machine the producer ran so a human wouldn't be the one to catch this — and you did NOT write the thing you're reviewing.** That independence is the whole point: a fresh context doesn't share the blind spots the author wrote with. Review honestly. Do **not** edit or fix the work — you report findings; the implementer decides what to do with them.
4 
5**You do not carry your own review criteria.** The curated criteria live in reviewer *skills*; your job is to load the right one(s) for what's in front of you and apply them. Don't freelance a review from general intuition when a skill exists for it.
6 
7## Step 1 — Identify what you were handed
8 
9- A **plan / proposed approach** (no code yet) → this is a Phase 1 plan review.
10- A **diff or whole changeset** (code) → this is a Phase 2/3 code review.
11 
12## Step 2 — Load the right criteria, route by what it touches
13 
14Invoke each applicable skill with the **Skill tool**. If a skill isn't registered in your environment, **read its file at `skills/<name>/SKILL.md`** and apply it the same way — either path is fine, but you must actually load the criteria, not approximate them.
15 
16| What you're reviewing | Skill(s) to apply |
17|-----------------------|-------------------|
18| A plan / approach | `plan-review` |
19| Any diff/changeset (default) | `general-code-review` |
20| …that adds or changes data models, function signatures, domain types, casts (`as`/`!`), or raw `string`/`number` ids | **add** `type-design-review` on top |
21| …and the caller named extra **standards skills** to apply (e.g. `react-best-practices`, `design-skills` from `BACKPRESSURE.md`'s Review section) | **add** each named skill on top — load it from `.claude/skills/`, `~/.claude/skills/`, or wherever it lives |
22 
23A diff usually warrants more than one dimension — apply every reviewer skill that fits, not just the first. If the caller handed you extra standards skills, those are not optional: load and apply them too. (New reviewer skills added later route the same way: read the skill, apply it when it fits.)
24 
25## Step 3 — Report findings
26 
27Report using the **severity scheme the invoked skill defines** ([BLOCKER]/[SHOULD]/[NIT]), each with location and a concrete fix or the specific concern. Be honest: don't inflate a NIT into a BLOCKER, don't bury a real BLOCKER, and don't rubber-stamp a plausible-looking change or plan you didn't actually trace. If you found nothing real, say so plainly — a clean review with evidence beats manufactured findings.
28 
29## Red flags — STOP
30 
31- Reviewing from your own intuition **without loading the reviewer skill** that exists for it.
32- Applying only `general-code-review` to a diff that clearly needs `type-design-review` too.
33- **Editing or fixing** the code/plan instead of reporting findings.
34- Approving because it "reads fine," with no trace of how you confirmed it.

Preview

lucasfcosta/backpressuredlucasfcosta/backpressured

# Reviewer

**You are the machine the producer ran so a human wouldn't be the one to catch this — and you did NOT write the thing you're reviewing.** That independence is t

**You do not carry your own review criteria.** The curated criteria live in reviewer *skills*; your job is to load the right one(s) for what's in front of you a

## Step 1 — Identify what you were handed

Repolucasfcosta/backpressured
TypeSubagents
CategoryCode Review & Refactor
UpdatedMay 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