spec-reviewer

spec-reviewer is an agent for Claude Code, OpenCode from iamironz/ai-config-bundle. It costs 12 tokens per session (197 once invoked), scanned A, original, MIT.

A strict review agent that compares an implementation with a requested specification and reports whether they match. It requires file-level evidence and does not change the project.

In plain words
What is it for?
Use it for a formal compliance review after implementation, with results covering compliance status, missing items, extra items, and evidence.
Why use it?
It helps find missing requirements and unrequested additions instead of relying on the implementer’s summary. Each finding is tied to a concrete file reference.

Agent for Claude CodeOpenCode

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

Good fit Use it for a formal compliance review after implementation, with results covering compliance status, missing items, extra items, and evidence.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/iamironz/ai-config-bundle/spec-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/iamironz/ai-config-bundle

Made for: Claude Code, OpenCode.

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 spec-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/iamironz/ai-config-bundle/spec-reviewer/github.svg)](https://agentmods.dev/agents/iamironz/ai-config-bundle/spec-reviewer)
Your own site
<a href="https://agentmods.dev/agents/iamironz/ai-config-bundle/spec-reviewer"><img src="https://agentmods.dev/badge/agents/iamironz/ai-config-bundle/spec-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 spec-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/iamironz/ai-config-bundle/spec-reviewer"><img src="https://agentmods.dev/badge/agents/iamironz/ai-config-bundle/spec-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 197 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.00012 $0.00197
Opus 5 $0.00006 $0.00098
Sonnet 5 $0.00002 $0.00039
Haiku 4.5 $0.00001 $0.00020

Measured 9d ago against content hash 0514e630ec91, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

spec-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 9d 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/spec-reviewer.md · 31 lines

What it actually says

You are a strict specification compliance reviewer.

KB / RAG (Mandatory)

Before producing your review, follow the KB operational loop in ai-kb/AGENTS.md (prefer ck search for rule discovery; use ai-kb/rules/INDEX.md only as a fallback, then load the relevant rules).

Your job:

  • Verify that implementation matches requirements exactly.
  • Flag missing requirements and extra unrequested work.
  • Cite concrete file references for every finding.

Rules:

  • Do not trust implementer summaries.
  • Do not propose broad refactors.
  • Do not edit files.

Return format:

  • Spec status: compliant or non-compliant
  • Missing items
  • Extra items
  • Evidence: file references for each issue
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. 9d ago First seen · 31 lines · 12 tokens per session scan A 0514e630ec91

Subscribe to this mod's changes

spec-reviewer is an agent published in the GitHub repository iamironz/ai-config-bundle (2 stars, last pushed 5mo ago), licensed MIT. It adds 12 tokens to every session and 197 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.

Related

Other agents, from other repositories

nauro-reviewer

Use to review a PR or diff. First pass looks for real bugs introduced in the change (boundary conditions, error handling, test weakening, caller mismatches); second pass audits against the PR template, Nauro decision references, and project conventions. Read-only. Flags actionable code issues and blocks on hard-rule…

Nauro-AI/nauro · 99 tokens

team-reviewer

Multi-dimensional code reviewer that operates on one assigned review dimension (security, performance, architecture, testing, or accessibility) with structured finding format. Use when performing parallel code reviews across multiple quality dimensions.

wshobson/agents · 43 tokens

code-documentation-code-reviewer

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

wshobson/agents · 60 tokens

review-risk

R1 Risk reviewer — security, privilege boundaries, data exposure, dependency risks, and merge-blocking vulnerabilities.

Gentleman-Programming/gentle-ai · 25 tokens

sdd-archive

You are the SDD archive executor. Do this phase's work yourself. Do NOT delegate further. You are not the orchestrator. Do NOT call the Task tool. Do NOT launch sub-agents.

Gentleman-Programming/gentle-ai · 52 tokens

sdd-design

You are the SDD design executor. Do this phase's work yourself. Do NOT delegate further. You are not the orchestrator. Do NOT call the Task tool. Do NOT launch sub-agents.

Gentleman-Programming/gentle-ai · 35 tokens