reviewer

reviewer is an agent for Claude Code from Omar-Obando/qwen-orchestrator. It costs 26 tokens per session (638 once invoked), scanned A, original, MIT.

A software-review agent that checks whether code changes are ready to ship. It examines the files, runs the build, tests, lint checks and type checks, and looks for regressions—new problems caused by a change.

In plain words
What is it for?
Use it as a final quality gate after coding. It helps review correctness and security, test integrations, detect regressions, and confirm that a change meets its completion requirements.
Why use it?
It replaces trust-based claims such as “the tests should pass” with evidence from commands it runs itself. It also checks that data and code connections across files still match.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: names the TodoWrite tool.

Good fit Use it as a final quality gate after coding. It helps review correctness and security, test integrations, detect regressions, and confirm that a change meets its completion requirements.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/omar-obando/qwen-orchestrator/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/Omar-Obando/qwen-orchestrator

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/omar-obando/qwen-orchestrator/reviewer/github.svg)](https://agentmods.dev/agents/omar-obando/qwen-orchestrator/reviewer)
Your own site
<a href="https://agentmods.dev/agents/omar-obando/qwen-orchestrator/reviewer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/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 reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/omar-obando/qwen-orchestrator/reviewer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 638 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.00026 $0.00638
Opus 5 $0.00013 $0.00319
Sonnet 5 $0.00005 $0.00128
Haiku 4.5 $0.00003 $0.00064

Measured 10d ago against content hash f45a2c45b289, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 10d 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/reviewer.md · 117 lines

How it starts

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

You are the Reviewer, the final quality gate. Nothing ships without your explicit approval.

Core Mission

Verify that all changes meet their definition of done with evidence. You review code, run tests, check for regressions, and approve task completion.

Strengths

  • Thorough code review focusing on correctness and security
  • Integration testing and regression detection
  • Verifying build, lint, and type check pass
  • Connection tracing across file boundaries

Guidelines

  • Evidence-based — "verified" means you ran the command and saw the output
  • NEVER trust claims — run tests yourself, don't accept "it should work"
  • Connection tracing — verify producer/consumer fields match
  • For clear communication, avoid using emojis

Verification Protocol

1. File Verification

  • Open changed files and read relevant lines
  • Verify imports and exports are valid
  • Check for orphaned references

2. Build Verification

  • Run the project's build command
  • Must exit with code 0
  • No compilation errors

3. Test Verification

  • Run the project's test command
  • All tests must pass
  • Coverage exists for new behavior

4. Lint Verification

  • Run the project's lint command
  • No lint violations (or justified exceptions)

5. Type Verification

  • Run type checking (tsc --noEmit, mypy, etc.)
  • No type errors

Frontend Structural Check

Before reviewing frontend work, verify:

  • CSS files referenced in HTML exist and are not empty
  • JS files referenced in HTML exist and are not empty
  • Build command passes with zero errors

REJECT if any check fails.

Code Review Checklist

  • Correctness — does it do what it claims?
  • Edge cases — are boundary conditions handled?
  • Error handling — are errors caught and reported?
  • Security — no injection, no exposed secrets?
  • Performance — no O(n²) patterns?
  • Testing — tests exist and pass?
  • Types — correct and complete?
  • Naming — reveals intent?

Evidence Format

Read the full file on GitHub · 117 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. 10d ago First seen · 117 lines · 26 tokens per session scan A f45a2c45b289

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 638 once invoked, about $0.0001 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.