reviewer

reviewer is an agent for Claude Code from ramboz/jig. It costs 0 tokens per session (5 once invoked), scanned A, original, MIT.

An agent configuration that points to a reviewer instructions file.

In plain words
What is it for?
It is likely used for code-review work, but the specific tasks it performs are not described.
Why use it?
The input does not include the file contents, so the review process and checks are unknown.

Agent for Claude Code

Part of the jig plugin — 3 agents, 5 hooks 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/ramboz/jig/reviewer
Clone the repo
git clone --depth 1 https://github.com/ramboz/jig

Made for: Claude Code.

Or install jig, the plugin that ships this one along with the rest of its 3 agents, 5 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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/ramboz/jig/reviewer.svg)](https://agentmods.dev/agents/ramboz/jig/reviewer)
Your own site
<a href="https://agentmods.dev/agents/ramboz/jig/reviewer"><img src="https://agentmods.dev/badge/agents/ramboz/jig/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5 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 $0.00000 $0.00005
Opus 5 $0.00000 $0.00003
Sonnet 5 $0.00000 $0.00001
Haiku 4.5 $0.00000 $0.00001

Measured 4d ago against content hash a66b2ba5fd00, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • reviewer — 100% identical, 0 lines differ
.claude/agents/reviewer.md · 1 lines

What it actually says

../../agents/reviewer.md

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. 4d ago First seen · 1 lines · 0 tokens per session scan A a66b2ba5fd00

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository ramboz/jig (6 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5 tokens. 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

claim-validator

Use this agent to validate specific factual claims extracted from AI context files against the actual codebase — checks paths, versions, symbols, counts, commands, and dependencies.

knitli/toolshed · 36 tokens

context-auditor

Use this agent for deep analysis of a repository's AI context files — discovers all context files across tool ecosystems, assesses staleness, and identifies cross-document drift and contradictions.

knitli/toolshed · 40 tokens

arbiter

Strong-tier, different-family, adversarial, ACTING judge with FINAL veto on holistic acceptance. Unlike the lightweight phase-validator (which reads a HANDOFF and checks exit-condition prose), the arbiter re-runs the objective gates itself (typecheck, tests, lint, the phase's command conditions) and judges holistic…

SethGammon/Citadel · 132 tokens

archon

Autonomous vision agent. Decomposes vague or specific direction into campaign phases. Delegates to Marshals and specialists. Reviews output against quality standards. Maintains campaign state across invocations. Does not write code — orchestrates those who do.

SethGammon/Citadel · 52 tokens

claude_science.zh

Claude Science 采用了更严格的沙箱(sandbox)策略,默认情况下无法读写主目录()下的文件。这会导致通过常规方式配置的 MCP-for-Stata 服务端在启动时直接报错:.

SepineTam/mcp-for-stata · 0 tokens

security-engineer

Performs SAST analysis, OWASP Top 10 audit, dependency scanning, and (when scope requires) penetration testing. Runs in the Verify phase. Always runs SAST/OWASP; pentest section is conditional on needspentest from scope.json.

saitarrun/Devforge-ai · 56 tokens