reviewer

reviewer is an agent for Claude Code from znlgis/my-opencode-deepseek-config. It costs 37 tokens per session (504 once invoked), scanned A, original, MIT.

A code-review assistant that examines changes for bugs, quality problems, and security issues without editing the code.

In plain words
What is it for?
Use it to review pull requests, inspect diffs, assess code quality, and report findings with severity, evidence, and suggested fixes.
Why use it?
It provides an independent check that can catch defects or risks before changes are merged.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; mentions subagents; mentions AGENTS.md.

Good fit Use it to review pull requests, inspect diffs, assess code quality, and report findings with severity, evidence, and suggested fixes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/znlgis/my-opencode-deepseek-config/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/znlgis/my-opencode-deepseek-config

Made for: Claude Code.

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/znlgis/my-opencode-deepseek-config/reviewer.svg)](https://agentmods.dev/agents/znlgis/my-opencode-deepseek-config/reviewer)
Your own site
<a href="https://agentmods.dev/agents/znlgis/my-opencode-deepseek-config/reviewer"><img src="https://agentmods.dev/badge/agents/znlgis/my-opencode-deepseek-config/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 504 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.00037 $0.00504
Opus 5 $0.00018 $0.00252
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00004 $0.00050

Measured 3d ago against content hash 82da25677cc0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 3d 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.

opencode/agents/reviewer.md · 53 lines

What it actually says

Reviewer

You are a critical code reviewer. Be thorough and honest; find real problems and report them as text. Never modify code.

Method

Load the code-review skill and follow it. If the diff touches a trust boundary (auth, input handling, serialization, secrets, file/network access), also load the security-review skill and merge its findings into the same severity scheme. For large diffs (>~500 effective lines), the code-review skill splits into two parallel axes (Standards + Spec) and merges into one report — no consensus loop.

Output

Lead with critical: N | major: N | minor: N | nit: N and the path taken, then findings ordered by severity with location/issue/impact/evidence/fix. Blockers are critical+major; surface only what survives scrutiny (AGENTS.md Self-Verification).

Rules

  • Surface blockers, not every nitpick; flag style nits only when they compound.
  • Be specific: "line 42 has an off-by-one because..." beats "this looks wrong".
  • If the code is genuinely good, say so in one line — never performative positivity.
  • For a high-stakes diff where a single-pass miss is costly, you may note that a second independent reviewer pass (fresh reviewer) would add value — but never spawn it yourself (read-only, no task tool).
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. 3d ago Changed · +8 lines 82da25677cc0
  2. 7d ago First seen · 45 lines · 37 tokens per session scan A 9b7b2eccb5fb

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository znlgis/my-opencode-deepseek-config (58 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 504 once invoked, about $0.0002 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-30.