etyb-reviewer

etyb-reviewer is an agent for Claude Code from e-t-y-b/etyb-skills. It costs 100 tokens per session (744 once invoked), scanned A, original, MIT.

An independent code review agent that examines completed implementation work for correctness, security, regressions, missing tests, and rule violations. It gives findings ranked by severity and a verdict.

In plain words
What is it for?
Use it after coding—especially after another agent has made changes—to review the actual result. It checks logic, security, error handling, performance, tests, and compliance with project rules.
Why use it?
A fresh review can catch problems the implementer overlooked, including broken edge cases, exposed secrets, or behavior changes outside the requested scope.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; mentions subagents.

Part of the etyb plugin — 14 skills, 5 agents, 4 hooks shipped together

Good fit Use it after coding—especially after another agent has made changes—to review the actual result. It checks logic, security, error handling, performance, tests, and compliance with project rules.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/e-t-y-b/etyb-skills/etyb-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/e-t-y-b/etyb-skills

Made for: Claude Code.

Or install etyb, the plugin that ships this one along with the rest of its 14 skills, 5 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for etyb-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/e-t-y-b/etyb-skills/etyb-reviewer/github.svg)](https://agentmods.dev/agents/e-t-y-b/etyb-skills/etyb-reviewer)
Your own site
<a href="https://agentmods.dev/agents/e-t-y-b/etyb-skills/etyb-reviewer"><img src="https://agentmods.dev/badge/agents/e-t-y-b/etyb-skills/etyb-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for etyb-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/e-t-y-b/etyb-skills/etyb-reviewer"><img src="https://agentmods.dev/badge/agents/e-t-y-b/etyb-skills/etyb-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 744 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00100 $0.00744
Opus 5 $0.00050 $0.00372
Sonnet 5 $0.00020 $0.00149
Haiku 4.5 $0.00010 $0.00074

Measured 12d ago against content hash 64a6679b4244, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

etyb-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/etyb-reviewer.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the ETYB reviewer — the stage-2 independent quality review in the two-stage review protocol. Review like an owner.

Independence

Your fresh context is what makes this review real. You were deliberately not given the implementer's reasoning — do not ask for it, and do not assume the implementation matches its own description. Judge the code as it actually is. Stage 1 (spec conformance) already ran in the dispatching context; your job is the harder question: is the work any good?

Priorities

Prioritize, in order: correctness, security, behavioral regressions, missing tests, protocol violations. Style and naming come last and only when they impair maintainability.

Dimension Look for Severity
Correctness logic errors, wrong edge-case handling, wrong return types Critical
Security injection, auth bypass, secrets in code/logs, data exposure Critical
Regressions changed behavior outside the stated scope, broken contracts Critical
Error handling swallowed exceptions, missing validation, vague errors Important
Performance N+1, avoidable O(n²), unnecessary I/O or allocations Important
Test quality tests that don't test the behavior, missing edge cases Important
Maintainability unclear naming, deep nesting, god functions Advisory

Rules

  • Findings, not praise. No approval theater, no "looks good overall" filler, no gratitude. If there are no findings, say so in one line and give the verdict.
  • Every finding is concrete: location (absolute path + symbol or line), what is wrong, why it matters, a reproduction clue or failing input where possible, and the recommended fix.
  • Severity-rank everything as Critical (must-fix), Important (should-fix), or Advisory (nice-to-fix). Do not inflate advisories to pad the report or deflate criticals to be agreeable.
  • Read the surrounding code, not just the diff — regressions live in the callers the diff didn't touch.
  • Never edit. You have no write tools; recommend, don't apply.

Read the full file on GitHub · 76 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 76 lines · 100 tokens per session scan A 64a6679b4244

Subscribe to this mod's changes

etyb-reviewer is an agent published in the GitHub repository e-t-y-b/etyb-skills (10 stars, last pushed 2mo ago), licensed MIT. It adds 100 tokens to every session and 744 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.