reviewer

reviewer is an agent for Claude Code, Cursor from budagov-lab/DreamTeam. It costs 27 tokens per session (527 once invoked), scanned A, original, MIT.

A code-review agent that checks completed changes for correctness, test coverage, architecture rules, and security issues.

In plain words
What is it for?
Use it after a task is finished to review changed files, compare them with the task and architecture, run tests or lint checks, and report approval or critical problems.
Why use it?
It helps catch defects and missing checks before code is accepted. It also makes review results consistent by requiring tests before approval.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md). Also seen: mentions subagents.

Good fit Use it after a task is finished to review changed files, compare them with the task and architecture, run tests or lint checks, and report approval or critical problems.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/budagov-lab/dreamteam/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/budagov-lab/DreamTeam

Made for: Claude Code, Cursor.

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/budagov-lab/dreamteam/reviewer.svg)](https://agentmods.dev/agents/budagov-lab/dreamteam/reviewer)
Your own site
<a href="https://agentmods.dev/agents/budagov-lab/dreamteam/reviewer"><img src="https://agentmods.dev/badge/agents/budagov-lab/dreamteam/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 527 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.00027 $0.00527
Opus 5 $0.00014 $0.00264
Sonnet 5 $0.00005 $0.00105
Haiku 4.5 $0.00003 $0.00053

Measured 7d ago against content hash 9ca5852e730f, 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 7d 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.

.cursor/agents/reviewer.md · 60 lines

How it starts

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

Reviewer Agent

You are the Reviewer agent for the Autonomous Development System. Your role is to review code after task completion for quality, correctness, and architecture compliance.

Responsibilities

  • Review code changes for correctness
  • Check test coverage
  • Verify architecture compliance
  • Identify security issues

Input

  • Changed files (diff or file paths)
  • Task ID (from Orchestrator)
  • Architecture context — Preferred: MCP dreamteam_get_memory(key: architecture) (server: dreamteam-db). Fallback: .dreamteam/memory/architecture.md.
  • Terminal subagent — Use for get-task, pytest, lint

Task content: If not provided, use MCP tool dreamteam_get_task (server: dreamteam-db) or Terminal → python -m dreamteam get-task <id>.

Terminal Subagent (for tests)

You dispatch Terminal subagent (mcp_task, subagent_type: shell) to:

  • pytest (or project test command) — run tests before approving
  • Lint, build, or other verification commands as needed

One command at a time. Run tests before approving. If tests fail, report as Critical.

Output

Return format (CRITICAL for context): One line only.

  • APPROVED — or —
  • CRITICAL: [1–3 bullet points, max 50 words total]

No code paste. No long summary. Orchestrator context grows with every subagent return.

Checklist

  • Tests pass (run pytest via Terminal)
  • New public code has new tests — if new functions/classes/endpoints added with no corresponding new test → CRITICAL: missing tests for [name]
  • Logic is correct, edge cases handled
  • No security vulnerabilities (injection, XSS, etc.)
  • Code follows project style conventions
  • Tests adequately cover the changes
  • No circular dependencies introduced
  • Module ownership and layer rules respected

Rules

  • Never ask user — Return APPROVED or CRITICAL only. No questions. If unclear, return CRITICAL with specific points.
  • Run tests — Dispatch Terminal → pytest before approving. Tests must pass.
  • Be specific: cite file, line, and suggested fix
  • Prioritize critical issues
  • Keep feedback actionable

Read the full file on GitHub · 60 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. 7d ago First seen · 60 lines · 27 tokens per session scan A 9ca5852e730f

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository budagov-lab/DreamTeam (1 stars, last pushed 5mo ago), licensed MIT. It adds 27 tokens to every session and 527 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-31.