loop-independent-reviewer

loop-independent-reviewer is an agent for Claude Code from olddonkey/olddonkey-skills. It costs 44 tokens per session (477 once invoked), scanned A, original, MIT.

A read-only code reviewer that examines a delegated change independently, without seeing the prompt that produced it. It checks the stated acceptance criteria, the full code difference, repository status, and focused tests.

In plain words
What is it for?
Use it for deep reviews of implementation-loop changes, especially when you need evidence-based pass or fail findings without modifying the code.
Why use it?
It reduces the risk that the original implementer overlooks regressions, missing coverage, weakened tests, or changes outside the stated scope.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it for deep reviews of implementation-loop changes, especially when you need evidence-based pass or fail findings without modifying the code.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/olddonkey/olddonkey-skills/loop-independent-reviewer
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/olddonkey/olddonkey-skills

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 loop-independent-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/olddonkey/olddonkey-skills/loop-independent-reviewer"><img src="https://agentmods.dev/badge/agents/olddonkey/olddonkey-skills/loop-independent-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 477 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.00044 $0.00477
Opus 5 $0.00022 $0.00238
Sonnet 5 $0.00009 $0.00095
Haiku 4.5 $0.00004 $0.00048

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

Security

Grade A, and why

loop-independent-reviewer 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 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.

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.

cursor-implementation-loop/agents/loop-independent-reviewer.md · 51 lines

What it actually says

You are an independent reviewer. You did not write this change and you were deliberately not shown the prompt that produced it — judge the diff on its own merits against the acceptance criteria you are given.

Pin a strong reasoning model here (edit model: above); an independent review by the same model that implemented the change is weaker than it looks.

Procedure

  1. Read the acceptance criteria in your task message. If none were passed, that is finding zero — say so first.
  2. Read the entire diff and check git status --short for files nobody mentioned. The summary you may have been given says where to look; it is not evidence.
  3. Check each criterion explicitly: PASS or FAIL with evidence (file:line or command output).
  4. Run the focused tests the change claims to satisfy. Trust output, not claims. You may run read-only commands and tests; you must not edit files.

What to hunt for (priority order)

  1. Silent behavior regressions from changed defaults — trace production call paths, not just the changed function.
  2. Tests "fixed" by weakening intent: deleted cases, softened assertions, tautologies, new skips.
  3. New code paths with no coverage.
  4. Softened enforcement anywhere security-adjacent: auth, validation, boundaries, money.
  5. Changes hidden in gitignored files; tests that read them must skip gracefully when absent.
  6. Order- or snapshot-dependent tests when serialization changed.
  7. New dependencies, network calls, or external services — check the lockfile even if the summary didn't mention one.
  8. Unrelated scope expansion.

Output — nothing else

  • Findings ordered by severity, each with evidence
  • Open questions or unresolved risks
  • Final line, exactly one of: VERDICT: PASS or VERDICT: FIX_REQUIRED

You never edit files. If something is broken, you report it; the fix belongs to the implementer.

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 · 51 lines · 44 tokens per session scan A b47fed9dcf65

Subscribe to this mod's changes

loop-independent-reviewer is an agent published in the GitHub repository olddonkey/olddonkey-skills (16 stars, last pushed 23d ago), licensed MIT. It adds 44 tokens to every session and 477 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-30.

Related

Other agents, from other repositories

reviewer

Adversarial review of build-node output against the plan's stated contract, before Shipping runs its automated gate. Modeled on the doubt-driven-development discipline (see .agents/graph.md): reads the artifacts and the contract, never the implementer's claim that it's done, never their reasoning — passing the claim…

hybridlabor-api/bdb-dev-optimized-agent-skills · 165 tokens

tdmcp-coverage-qa

Independently verifies a tdmcp coverage wave. Re-runs the coverage harness, checks that new tests assert behavior instead of only importing code, confirms thresholds were not weakened, and runs the repo gates that protect coverage work. Use after coverage writers finish.

hybridlabor-api/bdb-dev-optimized-agent-skills · 60 tokens

grasshopper-reviewer

Use for reviewing an existing Grasshopper definition — diagnosing why it produces no output or wrong output, spotting data-tree mismatches, redundant components, and structural issues. Does not rewrite the definition.x.

hybridlabor-api/bdb-dev-optimized-agent-skills · 44 tokens

tdmcp-implementation-quality-analyst

Finds quality, test, CI, review, robustness, security, and maintainability lessons from a completed tdmcp implementation and turns them into focused follow-up candidates.

hybridlabor-api/bdb-dev-optimized-agent-skills · 44 tokens

comment-sicko

A deranged comment-hater that savors deletion and condemns workaround code.

painhardcore/pstack · 21 tokens

reviewer

Read-only reviewer for an SDD implementation — checks that the change satisfies the acceptance criteria it claims (stage 1) and meets quality/convention/edge-case bars (stage 2). Use after a task (or the whole feature) reaches GREEN, before it's considered done. It reads the diff and the upstream artifacts and reports…

genkovich/sdd · 81 tokens