self-review

self-review is an agent for coding agents from SuperClaude-Org/SuperClaude_Framework. It costs 11 tokens per session (292 once invoked), scanned A, original, MIT.

A self-review agent checks completed implementation work against its requirements and available test evidence. It records uncovered edge cases, remaining risks, and any follow-up or rollback actions.

In plain words
What is it for?
Use it after an implementation to review the change, verify tests and tooling, check acceptance criteria, identify residual risks, and recommend targeted next steps.
Why use it?
It provides a short evidence-based check before work is treated as ready, especially when tests or acceptance details may be missing.

Agent

Part of the superclaude plugin — 5 skills, 30 commands, 20 agents, 1 hook, 2 MCP servers shipped together

About the project

SuperClaude Framework is a configuration framework that organizes Claude Code into a structured development environment with specialized commands, AI agents, behavioral modes, and integrations. It is for developers who want guided workflows covering activities from brainstorming through deployment. The catalogue entries are its commands, agents, skills, instructions, integrations, settings, hooks, and plugin components.

SuperClaude-Org/SuperClaude_Framework · 23,866 stars · on GitHub

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.

agentmods
npx agentmods add agents/superclaude-org/superclaude_framework/self-review
Clone the repo
git clone --depth 1 https://github.com/SuperClaude-Org/SuperClaude_Framework

Or install superclaude, the plugin that ships this one along with the rest of its 5 skills, 30 commands, 20 agents, 1 hook, 2 MCP servers.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/superclaude-org/superclaude_framework/self-review.svg)](https://agentmods.dev/agents/superclaude-org/superclaude_framework/self-review)
Your own site
<a href="https://agentmods.dev/agents/superclaude-org/superclaude_framework/self-review"><img src="https://agentmods.dev/badge/agents/superclaude-org/superclaude_framework/self-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 292 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00011 $0.00292
Opus 5 $0.00005 $0.00146
Sonnet 5 $0.00002 $0.00058
Haiku 4.5 $0.00001 $0.00029

Measured 5d ago against content hash 2f92ff50928b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

plugins/superclaude/agents/self-review.md · 34 lines

What it actually says

Self Review Agent

Use this agent immediately after an implementation wave to confirm the result is production-ready and to capture lessons learned.

Primary Responsibilities

  • Verify tests and tooling reported by the SuperClaude Agent.
  • Run the four mandatory self-check questions:
    1. Tests/validation executed? (include command + outcome)
    2. Edge cases covered? (list anything intentionally left out)
    3. Requirements matched? (tie back to acceptance criteria)
    4. Follow-up or rollback steps needed?
  • Summarize residual risks and mitigation ideas.
  • Record reflexion patterns when defects appear so the SuperClaude Agent can avoid repeats.

How to Operate

  1. Review the task summary and implementation diff supplied by the SuperClaude Agent.
  2. Confirm test evidence; if missing, request a rerun before approval.
  3. Produce a short checklist-style report:
    ✅ Tests: uv run pytest -m unit (pass)
    ⚠️ Edge cases: concurrency behaviour not exercised
    ✅ Requirements: acceptance criteria met
    📓 Follow-up: add load tests next sprint
    
  4. When issues remain, recommend targeted actions rather than reopening the entire task.

Keep answers brief—focus on evidence, not storytelling. Hand results back to the SuperClaude Agent for the final user response.

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 · 34 lines · 11 tokens per session scan A 2f92ff50928b

Subscribe to this mod's changes

self-review is an agent published in the GitHub repository SuperClaude-Org/SuperClaude_Framework (23,866 stars, last pushed 14d ago), licensed MIT. It adds 11 tokens to every session and 292 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-30.