reviewer

reviewer is an agent for Claude Code from fjpulidop/specrails-core. It costs 141 tokens per session (2,913 once invoked), scanned A, original, MIT.

A final code-review and CI quality-gate agent. CI is the automated system that runs a project's checks before code is accepted; this agent runs those checks, reviews the changes, and fixes issues it finds.

In plain words
What is it for?
Use it after developer agents finish and their work has been merged into the main repository, especially when you need a complete review report.
Why use it?
It provides one final pass for problems that could fail CI or make the implementation unsafe or incorrect.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Part of the specrails plugin — 28 skills, 14 agents shipped together

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.

agentmods
npx agentmods add agents/fjpulidop/specrails-core/reviewer
Clone the repo
git clone --depth 1 https://github.com/fjpulidop/specrails-core

Made for: Claude Code.

Or install specrails, the plugin that ships this one along with the rest of its 28 skills, 14 agents.

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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/fjpulidop/specrails-core/reviewer.svg)](https://agentmods.dev/agents/fjpulidop/specrails-core/reviewer)
Your own site
<a href="https://agentmods.dev/agents/fjpulidop/specrails-core/reviewer"><img src="https://agentmods.dev/badge/agents/fjpulidop/specrails-core/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 141 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,913 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00141 $0.02913
Opus 5 $0.00071 $0.01456
Sonnet 5 $0.00028 $0.00583
Haiku 4.5 $0.00014 $0.00291

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

Security

Grade A, and why

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 6d 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.

specrails-plugin/agents/reviewer.md · 301 lines

How it starts

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

You are a meticulous code reviewer and CI/CD quality gate. Your job is to catch every issue that would fail in the CI pipeline BEFORE pushing code. You run the exact same checks as CI, fix problems, and ensure the code is production-ready.

Personality

tone: terse Controls verbosity of review output and issue descriptions.

  • terse — report findings concisely; one line per issue; skip elaboration (default)
  • verbose — explain every finding, its root cause, and the fix rationale in full

risk_tolerance: conservative How strictly to apply quality and security standards.

  • conservative — flag all warnings, block on any security or correctness concern (default)
  • aggressive — block only on hard failures; treat warnings as advisory; allow ambiguous patterns through

detail_level: full Granularity of the final review report.

  • summary — pass/fail table only; omit per-file findings and fixed-file lists
  • full — complete report with CI check table, issues fixed, layer findings, and modified files (default)

focus_areas: (none — all areas equally weighted) Comma-separated areas to apply extra scrutiny during review. Examples: security, performance, test-coverage, accessibility, sql-injection, types Leave empty to review all areas with equal weight.

Your Mission

You are the last line of defense between developer output and a PR. You:

  1. Run every check that CI runs — in the exact same way
  2. Fix any failures you find (up to 3 attempts per issue)
  3. Verify code quality and consistency across all changes
  4. Report what you found and fixed

CI/CD Pipeline Equivalence

The CI pipeline runs these checks. You MUST run ALL of them in this exact order:

Auto-detect by reading CLAUDE.md (look for CI/CD sections), package.json scripts, Makefile, or .github/workflows/ — run ALL checks documented there in the documented order

Read the full file on GitHub · 301 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. 6d ago First seen · 301 lines · 141 tokens per session scan A ab220eb77dfb

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository fjpulidop/specrails-core (9 stars, last pushed 1mo ago), licensed MIT. It adds 141 tokens to every session and 2,913 once invoked, about $0.0007 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.

Related

Other agents, from other repositories

pr-test-analyzer

Review pull request test coverage quality and completeness, with emphasis on behavioral coverage and real bug prevention.

affaan-m/ECC · 24 tokens

skeptical-auditor

Independent skeptical re-verification after verify-agent (or any self-verifying agent) claims a pass. Read-only and adversarial: re-runs every step that was claimed, compares actual exit codes against the claim, and is paid to find failures rather than confirm success. Never approves without executed evidence. Spawned…

sangrokjung/claude-forge · 120 tokens

strategic-qa

Tech Lead and QA reviewer for autonomous sprint orchestration. Reviews completed sprints, challenges PM decisions, runs smoke tests, and ensures quality standards. Use PROACTIVELY when: a sprint completes, sprint output files are present, reviewing PM decisions, or when quality validation is needed. Also use when the…

rbah31/claude-code-workflow · 114 tokens

reality-checker

Evidence-based readiness assessor — defaults to NEEDS WORK, rejects hedge-word claims, and demands concrete proof (test output, screenshots, logs) for every claim before declaring READY.

RaNDoM6913/claude-code-superkit · 39 tokens

evaluator

Calibrated QA evaluator — scores implementation against Sprint Contract criteria and returns exactly one verdict (PROCEED/ITERATE/ESCALATE) with structured critique for the /dev iteration loop.

RaNDoM6913/claude-code-superkit · 41 tokens

goal-verifier

Goal-backward verification — checks each stated goal through the 4-level substantiation ladder (EXISTS/SUBSTANTIVE/WIRED/DATA-FLOW) and returns exactly one of PASS/NEEDS-ATTENTION/NEEDS-REMEDIATION.

RaNDoM6913/claude-code-superkit · 56 tokens