dual-review

dual-review is a command for Claude Code from EZotoff/ez-omo-config. It costs 15 tokens per session (203 once invoked), scanned A, original, MIT.

A two-part review that examines work for functional correctness and design quality at the same time. The findings are merged and disagreements between the two reviews are kept visible.

In plain words
What is it for?
It is for reviewing a document, design, or implementation against its requirements, edge cases, structure, and long-term quality before anything is changed.
Why use it?
It catches both behavior problems and issues with maintainability or usability. Running the reviews independently reduces the chance that one perspective hides the other.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit It is for reviewing a document, design, or implementation against its requirements, edge cases, structure, and long-term quality before anything is changed.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ezotoff/ez-omo-config/dual-review
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/EZotoff/ez-omo-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 dual-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/ezotoff/ez-omo-config/dual-review/github.svg)](https://agentmods.dev/commands/ezotoff/ez-omo-config/dual-review)
Your own site
<a href="https://agentmods.dev/commands/ezotoff/ez-omo-config/dual-review"><img src="https://agentmods.dev/badge/commands/ezotoff/ez-omo-config/dual-review/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 dual-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/ezotoff/ez-omo-config/dual-review"><img src="https://agentmods.dev/badge/commands/ezotoff/ez-omo-config/dual-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 203 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.00015 $0.00203
Opus 5 $0.00008 $0.00102
Sonnet 5 $0.00003 $0.00041
Haiku 4.5 $0.00002 $0.00020

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

Security

Grade A, and why

dual-review 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.

commands/dual-review.md · 14 lines

What it actually says

Run a two-lane review of the work at hand (document, design, or implementation):

Lane 1 — FUNCTIONAL (oracle): does it do what it claims? Requirements coverage, correctness, edge cases, evidence for every claimed behavior.

Lane 2 — DESIGN (artistry or best available design-oriented agent): is it good? Coherence, ergonomics, maintainability, whether the shape of the solution fits the shape of the problem.

Run the lanes in parallel; each sees the artifact but not the other lane's brief. Then merge: findings from both lanes in one list, tagged by lane; conflicts between the lanes stated explicitly (e.g., functional wants X, design wants not-X) — those conflicts are often the most valuable output; do not resolve them silently.

Boundary: review, not authorization — findings inform the operator's next move; nothing is applied or dispatched without them.

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 · 14 lines · 15 tokens per session scan A e1c54f5b65dd

Subscribe to this mod's changes

dual-review is a command published in the GitHub repository EZotoff/ez-omo-config (6 stars, last pushed 5d ago), licensed MIT. It adds 15 tokens to every session and 203 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-09-06.