request-review-execute

request-review-execute is a command for Claude Code from axiomantic/spellbook. It costs 24 tokens per session (800 once invoked), scanned A, original, MIT.

A workflow for requesting a code review, sorting its findings, applying fixes, and deciding whether the changes pass a quality check. Findings must include both a location and supporting evidence.

In plain words
What is it for?
Use it to coordinate review agents, triage findings by severity and file, execute fixes, and approve, repeat, or escalate the result.
Why use it?
It gives review work a defined process, so important problems are prioritized and unsupported comments are discarded. It also separates quick fixes from larger changes or issues needing clarification.

Command for Claude Code

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

Good fit Use it to coordinate review agents, triage findings by severity and file, execute fixes, and approve, repeat, or escalate the result.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/axiomantic/spellbook/request-review-execute
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/axiomantic/spellbook

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 request-review-execute

README.md
[![agentmods](https://agentmods.dev/badge/commands/axiomantic/spellbook/request-review-execute/github.svg)](https://agentmods.dev/commands/axiomantic/spellbook/request-review-execute)
Your own site
<a href="https://agentmods.dev/commands/axiomantic/spellbook/request-review-execute"><img src="https://agentmods.dev/badge/commands/axiomantic/spellbook/request-review-execute/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 request-review-execute

Your own site · 80×15
<a href="https://agentmods.dev/commands/axiomantic/spellbook/request-review-execute"><img src="https://agentmods.dev/badge/commands/axiomantic/spellbook/request-review-execute.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 800 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.00024 $0.00800
Opus 5 $0.00012 $0.00400
Sonnet 5 $0.00005 $0.00160
Haiku 4.5 $0.00002 $0.00080

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

Security

Grade A, and why

request-review-execute 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 5d 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/request-review-execute.md · 99 lines

How it starts

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

Phases 3-6: Dispatch + Triage + Execute + Gate

Invariant Principles

  1. Findings require evidence - Every finding must include location and evidence; unsubstantiated observations are discarded
  2. Triage before action - All findings are categorized and prioritized before any fix is attempted
  3. Quality gate is non-negotiable - Gate decision (approve, iterate, escalate) is based on remaining unresolved findings, not subjective confidence

Phase 3: DISPATCH

Input: Phase 2 context Output: Review findings from agent

Agent: agents/code-reviewer.md

  1. Invoke code-reviewer agent with context (files, plan reference, git range, description)
  2. Await findings
  3. Validate required fields (location, evidence); discard findings lacking both

Exit criteria: Valid findings received

Phase 4: TRIAGE

Input: Phase 3 findings Output: Categorized, prioritized findings

  1. Sort findings by severity (Critical first)
  2. Group by file for efficient fixing
  3. Classify each finding: quick win (single-site, <30 min) vs. substantial fix (multi-file or architectural)
  4. Flag findings needing clarification before fixing

Exit criteria: All findings classified and prioritized

Phase 5: EXECUTE

Input: Phase 4 triaged findings Output: Fixes applied

  1. Address Critical findings first (blocking; no deferral permitted)
  2. Address High findings (blocking threshold)
  3. Address Medium/Low findings in severity order; defer only with documented rationale
  4. Document deferred items per Deferral Documentation section

Exit criteria: Blocking findings addressed or escalated

Phase 6: GATE

Input: Phase 5 fix status Output: Proceed/block decision

  1. Apply severity gate rules (see skills/advanced-code-review/SKILL.md Invariant Principles)
  2. Determine if re-review required (see Re-Review Triggers)
  3. Report final verdict with rationale (APPROVED / APPROVED WITH FOLLOW-UP / BLOCKED)

Read the full file on GitHub · 99 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. 5d ago First seen · 99 lines · 24 tokens per session scan A 4f05f4137625

Subscribe to this mod's changes

request-review-execute is a command published in the GitHub repository axiomantic/spellbook (10 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 800 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-03.