aris-auto-review-loop

aris-auto-review-loop is a skill for Claude Code from OpenLAIR/dr-claw. It costs 58 tokens per session (4,735 once invoked), scanned A, original, no licence file.

An automated review cycle that repeatedly checks a project, applies fixes, and checks it again until the review is positive or the allowed rounds end.

In plain words
What is it for?
Use it when you want iterative code or project improvement based on repeated reviews.
Why use it?
It reduces the manual work of running a review, addressing its findings, and starting another review.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it when you want iterative code or project improvement based on repeated reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlair/dr-claw/aris-auto-review-loop
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 OpenLAIR/dr-claw --skill aris-auto-review-loop
Clone the repo
git clone --depth 1 https://github.com/OpenLAIR/dr-claw

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 aris-auto-review-loop

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlair/dr-claw/aris-auto-review-loop/github.svg)](https://agentmods.dev/skills/openlair/dr-claw/aris-auto-review-loop)
Your own site
<a href="https://agentmods.dev/skills/openlair/dr-claw/aris-auto-review-loop"><img src="https://agentmods.dev/badge/skills/openlair/dr-claw/aris-auto-review-loop/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 aris-auto-review-loop

Your own site · 80×15
<a href="https://agentmods.dev/skills/openlair/dr-claw/aris-auto-review-loop"><img src="https://agentmods.dev/badge/skills/openlair/dr-claw/aris-auto-review-loop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,735 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 3 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Excessive Agency · line 141
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • high Excessive Agency · line 258
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
  • medium Excessive Agency · line 420
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
Origin unknown 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.00058 $0.04735
Opus 5 $0.00029 $0.02367
Sonnet 5 $0.00012 $0.00947
Haiku 4.5 $0.00006 $0.00473

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

Security

Grade A, and why

aris-auto-review-loop scanned grade A with 1 finding 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 11d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- **Anti-hallucination citations**: When adding references during fixes, NEVER fabricate BibTeX. Use the same DBLP → CrossRef → `[VERIFY]` chain as `/aris-paper-write`: (1) `curl -s "https://dblp.org/search/publ/api?q=TI
skills/aris-auto-review-loop/SKILL.md · 453 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 11d ago First seen · 453 lines · 58 tokens per session scan A fff128552c5b

Subscribe to this mod's changes

aris-auto-review-loop is a skill published in the GitHub repository OpenLAIR/dr-claw (1,083 stars, last pushed yesterday), with no licence file. It adds 58 tokens to every session and 4,735 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

auto-review-loop

Autonomous multi-round research review loop. Repeatedly reviews via Codex MCP, implements fixes, and re-reviews until positive assessment or max rounds reached. Use when user says "auto review loop", "review until it passes", or wants autonomous iterative improvement.

AI4Scientist/nano-scientist · 57 tokens

auto-review-loop-minimax

Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".

AI4Scientist/nano-scientist · 50 tokens

code-reviewer

Default code-quality route for broad code review, PR review, maintainability, correctness, and regression-risk checks. Do not use as the primary route for dedicated OWASP/security audits, review-feedback handling, completion verification, AI-code cleanup, or TDD/test-first work.

foryourhealth111-pixel/Vibe-Skills · 58 tokens

local-vco-roles

Codex-local role pack for dialectic multi-agent reviews, designed to be compatible with the local vibe skill.

foryourhealth111-pixel/Vibe-Skills · 28 tokens

deslop

Remove AI-generated code slop from a branch: unnecessary comments, redundant defensive checks, boilerplate, style drift, and type casts. Use for cleanup of AI-written code, not for broad code review, security audit, TDD, or final verification.

foryourhealth111-pixel/Vibe-Skills · 0 tokens

requesting-code-review

Prepare and request a code review after implementation or before merge by assembling scope, requirements, git range, and reviewer instructions.

foryourhealth111-pixel/Vibe-Skills · 29 tokens