review-status

review-status is a command for Claude Code from Eivor79/ai-debate-plugin. It costs 21 tokens per session (269 once invoked), scanned A, original, MIT.

A command that summarizes the current state of an AI debate queue in a repository. It reports topics waiting for action, blocked topics, topics needing a person, and recent automated activity.

In plain words
What is it for?
Use it to review all debate topics, inspect one topic in detail, identify blockers and next actions, and summarize recent automation results.
Why use it?
It provides one compact view of what is progressing, stuck, decided, or waiting for human input instead of requiring manual inspection of many status files and logs.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument; mentions Codex.

Part of the ai-debate plugin — 1 skill, 4 commands shipped together

Good fit Use it to review all debate topics, inspect one topic in detail, identify blockers and next actions, and summarize recent automation results.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/eivor79/ai-debate-plugin/review-status
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/Eivor79/ai-debate-plugin

Made for: Claude Code.

Or install ai-debate, the plugin that ships this one along with the rest of its 1 skill, 4 commands.

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 review-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/eivor79/ai-debate-plugin/review-status/github.svg)](https://agentmods.dev/commands/eivor79/ai-debate-plugin/review-status)
Your own site
<a href="https://agentmods.dev/commands/eivor79/ai-debate-plugin/review-status"><img src="https://agentmods.dev/badge/commands/eivor79/ai-debate-plugin/review-status/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 review-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/eivor79/ai-debate-plugin/review-status"><img src="https://agentmods.dev/badge/commands/eivor79/ai-debate-plugin/review-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 269 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.00021 $0.00269
Opus 5 $0.00010 $0.00134
Sonnet 5 $0.00004 $0.00054
Haiku 4.5 $0.00002 $0.00027

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

Security

Grade A, and why

review-status 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 8d 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.

ai-debate/commands/review-status.md · 19 lines

What it actually says

Summarize the current ai_debate state for the repository.

Resolve the ai_debate root (directory containing run_auto.ps1; default llm_wiki/ai_debate).

If a topic folder is given ($1), show its detail: status.json fields, the document list, and the latest numbered doc / decision.md.

Otherwise, scan every <topic>/status.json and report a compact table:

  • topic, priority, status, owner, actionable (owner is an automated agent + actionable status + not blocked + not locked), blocked_reason/next_action.
  • Group by: needs human (owner=human or non-empty blocked_reason), in flight (owner=claude/codex), idle/decided.

Then tail the last ~15 lines of run_auto.log.jsonl (if present) and summarize recent results (ok / timeout / nonzero / no_progress / doc_without_state / human_handoff / turn_error) with topic and duration.

Highlight anything that needs the user's attention first (human-pending or blocked topics).

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. 8d ago First seen · 19 lines · 21 tokens per session scan A b2d4f735d39b

Subscribe to this mod's changes

review-status is a command published in the GitHub repository Eivor79/ai-debate-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 21 tokens to every session and 269 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.