autoreview

autoreview is a skill for Claude Code from robzilla1738/roberts-skills. It costs 48 tokens per session (686 once invoked), scanned A, original, MIT.

A required final review of every change made during a coding session before the task is considered complete.

In plain words
What is it for?
Use it for a production-quality check that covers correctness, edge cases, failure paths, code structure, duplication, and unnecessary complexity.
Why use it?
It helps uncover incorrect behavior, missing error handling, regressions, temporary fixes, dead code, and other technical debt.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the autoreview plugin — 1 skill, 1 command shipped together

Good fit Use it for a production-quality check that covers correctness, edge cases, failure paths, code structure, duplication, and unnecessary complexity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/robzilla1738/roberts-skills/autoreview
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.

Any agent
npx skills add robzilla1738/roberts-skills --skill autoreview
Clone the repo
git clone --depth 1 https://github.com/robzilla1738/roberts-skills

Made for: Claude Code.

Or install autoreview, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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 autoreview

README.md
[![agentmods](https://agentmods.dev/badge/skills/robzilla1738/roberts-skills/autoreview/github.svg)](https://agentmods.dev/skills/robzilla1738/roberts-skills/autoreview)
Your own site
<a href="https://agentmods.dev/skills/robzilla1738/roberts-skills/autoreview"><img src="https://agentmods.dev/badge/skills/robzilla1738/roberts-skills/autoreview/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 autoreview

Your own site · 80×15
<a href="https://agentmods.dev/skills/robzilla1738/roberts-skills/autoreview"><img src="https://agentmods.dev/badge/skills/robzilla1738/roberts-skills/autoreview.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 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.00048 $0.00686
Opus 5 $0.00024 $0.00343
Sonnet 5 $0.00010 $0.00137
Haiku 4.5 $0.00005 $0.00069

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

Security

Grade A, and why

autoreview 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 9d 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.

plugins/autoreview/skills/autoreview/SKILL.md · 95 lines

How it starts

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

Skill: Autoreview Session Changes for Production Quality

Purpose

Before considering the task complete, review all changes made in this session and bring them up to production-quality, industry-standard implementation.

This skill is a hard acceptance gate. The work is not done until this review is complete and any discovered issues are fixed properly.

Instructions

Review every file, decision, and implementation change made during this session.

Do not leave behind tech debt, shortcuts, brittle logic, temporary fixes, TODOs, dead code, duplicated logic, unnecessary complexity, or bandaids.

If any shortcut was taken, replace it with the correct long-term implementation before finishing.

Review Checklist

  1. Correctness

    • Verify the implementation fully satisfies the user request.
    • Check edge cases, error handling, empty states, invalid inputs, and failure paths.
    • Confirm there are no hidden regressions.
  2. Code Quality

    • Remove duplicated, dead, unused, or overly clever code.
    • Simplify unnecessarily complex logic.
    • Use clear names, consistent patterns, and idiomatic structure.
    • Keep concerns separated and avoid mixing unrelated responsibilities.
  3. Architecture

    • Ensure the solution fits the existing project architecture.
    • Avoid one-off hacks that bypass established patterns.
    • Refactor properly instead of patching around poor structure.
    • Do not introduce unnecessary dependencies or abstractions.
  4. Maintainability

    • Remove temporary comments, TODOs, console logs, debug code, and stale branches.
    • Make the implementation easy for another engineer to understand and extend.
    • Ensure future changes will not require working around this solution.
  5. Security and Reliability

    • Validate inputs where appropriate.
    • Avoid unsafe assumptions.
    • Ensure secrets, credentials, private data, and environment-specific values are not exposed.
    • Handle failures gracefully.
  6. Testing and Verification

Read the full file on GitHub · 95 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 95 lines · 48 tokens per session scan A 7f78912e5b3e

Subscribe to this mod's changes

autoreview is a skill published in the GitHub repository robzilla1738/roberts-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 686 once invoked, about $0.0002 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.