review

review is a command for Claude Code from Ingramradical235/anty-framework. It costs 12 tokens per session (1,530 once invoked), scanned A, a copy of review, MIT.

A command that reviews progress through five questions in strict order, using an Analyst agent. It stops at the first level where a problem appears.

In plain words
What is it for?
Use it to compare current and previous goal results, check whether progress is on track, and identify where the plan is failing.
Why use it?
It narrows a problem from missing goal progress to deeper issues instead of examining every possible cause at once.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Good fit Use it to compare current and previous goal results, check whether progress is on track, and identify where the plan is failing.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/ingramradical235/anty-framework/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/Ingramradical235/anty-framework

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 review

README.md
[![agentmods](https://agentmods.dev/badge/commands/ingramradical235/anty-framework/review.svg)](https://agentmods.dev/commands/ingramradical235/anty-framework/review)
Your own site
<a href="https://agentmods.dev/commands/ingramradical235/anty-framework/review"><img src="https://agentmods.dev/badge/commands/ingramradical235/anty-framework/review.svg" alt="Measured on agentmods" 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 1,530 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 100% copy Near-identical to another mod 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.01530
Opus 5 $0.00006 $0.00765
Sonnet 5 $0.00002 $0.00306
Haiku 4.5 $0.00001 $0.00153

Measured 7d ago against content hash 27889b9effd2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

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

Origin

This is a copy

100% identical to review — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

commands/review.md · 198 lines

How it starts

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

/anty:review — 5-Question Review Engine

Trigger

User runs /anty:review

Behavior

Execute the 5-question review engine using the Analyst subagent (agents/analyst.md). Evaluate in strict priority order, proceeding deeper only if the answer to each question is "yes". Surface the level where the problem is.

Agent

Use the Analyst subagent for all evaluation steps.

The 5 Questions (Strict Priority Order)

Question 1: WHERE — Has the Goal progressed since last review?

Read .anty/goals/*.yaml and .anty/history/scans/*.yaml.

  • Compare current goal metric to last review's metric
  • Calculate absolute and percentage change
  • Check if progress rate is sufficient to reach target within timeline (including buffer)

Display:

Q1: Has the Goal progressed since last review?
----------------------------------------------------
Goal: [goal name]
Last review: [metric value] ([date])
Current:     [metric value] ([date])
Change:      [+/- delta] ([+/- %])
On track:    [yes/no — based on required run rate]
----------------------------------------------------

If NO (goal has not progressed): STOP HERE. The problem is at the WHERE level.

  • Diagnosis: Goal is not moving. No further investigation needed until progress resumes.
  • Recommend: Review which Drivers should be generating movement.
  • Skip Q2-Q5.

If YES: Proceed to Q2.

Question 2: Execution — Were approved Actions executed as planned?

Read .anty/actions/*.yaml — check actions with status approved or in_progress.

  • Compare planned steps vs completed steps for each action
  • Check if execution timeline matches planned timeline
  • Identify any actions that were approved but not started
  • Identify partially completed actions

Display:

Q2: Were approved Actions executed as planned?
----------------------------------------------------
Action: [action name]
  Planned steps: [n] | Completed: [m] | Status: [status]
  Timeline: [on-time / delayed by N days]
...
Overall execution rate: [completed/planned] ([%])
----------------------------------------------------

Read the full file on GitHub · 198 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 · 198 lines · 12 tokens per session scan A 27889b9effd2

Subscribe to this mod's changes

review is a command published in the GitHub repository Ingramradical235/anty-framework (1 stars, last pushed 2d ago), licensed MIT. It adds 12 tokens to every session and 1,530 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to review, differing in 0 lines, and is treated as a copy.