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.
npx agentmods add agents/fjpulidop/specrails-core/reviewergit clone --depth 1 https://github.com/fjpulidop/specrails-coreWrote 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.
[](https://agentmods.dev/agents/fjpulidop/specrails-core/reviewer)<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>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.
| Model | Per session | Once 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 |
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.
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 listsfull— 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:
- Run every check that CI runs — in the exact same way
- Fix any failures you find (up to 3 attempts per issue)
- Verify code quality and consistency across all changes
- 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
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.
- 6d ago First seen · 301 lines · 141 tokens per session scan A ab220eb77dfb
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.
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.
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…
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…
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.
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.
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.