Home / nytc69 / review-loop · CLAUDE.md · GitHub

CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from nytc69/review-loop.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# review-loop — Development Notes

## Known Pitfalls

### Plugin agent `tools:` frontmatter (root cause of the "sandbox bug")

**Root cause (found 2026-09-19, fixed in v2.8.2):** `tools:` is a list of tool names. The old values `read-only` and `all` are not tool names, so Claude Code resolved every review-loop agent to **zero tools**. Older Claude Code versions spawned them anyway, giving `tool_uses: 0` and hallucinated output; Claude Code 2.1.278 refuses the spawn with `would be spawned with zero tools — unrecognized [read-only]` (or `[all]`). This was never a sandbox restriction on plugin agents.

**Fix:** read-only agents declare `tools: Read, Grep, Glob, Bash` (no Edit/Write); agents that edit files (`executor`, `code-simplifier`) omit `tools` and inherit everything. Never put a policy word in `tools:` — valid values are tool names, `*`, or an omitted field.

**History:** first seen with Executor (`tools: all`) in commit `8506809`, then with `code-simplifier` (2026-04-06) and `rust-reviewer` (issue #3). Each time the conclusion was "plugin agent types are sandboxed", so the protocol switched to `subagent_type: general-purpose` with the agent body inlined in the prompt.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add nytc69/review-loop/CLAUDE.md@git:20260919.2175063
Exact content
mdr add nytc69/review-loop/CLAUDE.md@sha256:c6059994836a26cd

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wrtdss6pxecxs5c3.svg)](https://markdownregistry.com/a/art_wrtdss6pxecxs5c3)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.2175063 latest2026-09-19 2175063 14,777 BA view · diff
git:20260919.630a0be2026-09-19 630a0be 14,024 BA view · diff
git:20260916.8dd269c2026-09-16 8dd269c 13,644 BA view · diff
git:20260514.783f1892026-05-14 783f189 13,240 BA view · diff
git:20260510.a131f6e2026-05-10 a131f6e 13,025 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (14777 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

nytc69/review-loop · 3 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_wrtdss6pxecxs5c3
GET https://markdownregistry.com/api/v1/resolve?ref=nytc69/review-loop/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/c6059994836a26cd8961400ba3e2621ce3b5a339f08683063871d2094800da75

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from nytc69/review-loop

execute skill
nytc69/review-loop · .agents/skills/execute/SKILL.md · Codex Stage 1 execute skill. Run the execution + quality polish + delivery stages of review-loop against one of three…
git:20260919.2175063 · audit A · 3 stars
guide skill
nytc69/review-loop · .agents/skills/guide/SKILL.md · Codex Stage 1 guide for review-loop and the shared Claude/Codex state model.
git:20260916.8dd269c · audit A · 3 stars
plan skill
nytc69/review-loop · .agents/skills/plan/SKILL.md · Codex Stage 1 planning-only skill. Drives a work item from raw description to a reviewer-approved plan in…
git:20260919.2175063 · audit A · 3 stars
review-loop skill
nytc69/review-loop · .agents/skills/review-loop/SKILL.md · Codex-native Stage 1 review-loop skill. Orchestrates planning and execution with a Codex Executor and Claude/Codex…
git:20260919.2175063 · audit A · 3 stars
DESIGN.md design
nytc69/review-loop · DESIGN.md
git:20260419.3b9deb7 · audit A · 3 stars
code-quality-loop skill
nytc69/review-loop · skills/code-quality-loop/SKILL.md · Iterative review-fix loop: reviews code, auto-fixes issues, repeats until clean or stuck. Finishes with reorganize (for…
git:20260919.2cc1340 · audit A · 3 stars
execute skill
nytc69/review-loop · skills/execute/SKILL.md · Run the execution + quality polish + delivery stages of review-loop against one of three entry modes: resume an…
git:20260916.8dd269c · audit A · 3 stars
guide skill
nytc69/review-loop · skills/guide/SKILL.md · Show review-loop usage guide: how it works, commands, configuration, and key features. Use when the user asks for help…
git:20260916.8dd269c · audit A · 3 stars
plan skill
nytc69/review-loop · skills/plan/SKILL.md · Run the planning phase only: drive a work item from raw description to a reviewer-approved plan in…
git:20260916.8dd269c · audit A · 3 stars
reorganize skill
nytc69/review-loop · skills/reorganize/SKILL.md · Reorganize code file structure: rearrange modules, extract reuse, remove redundancy, add section comments. Preserves…
git:20260402.b86bf98 · audit A · 3 stars
review-loop skill
nytc69/review-loop · skills/review-loop/SKILL.md · Automates a Plan-Execute-Review workflow with built-in iteration loops. An Orchestrator coordinates an Executor…
git:20260916.8dd269c · audit A · 3 stars
review-pr skill
nytc69/review-loop · skills/review-pr/SKILL.md · Comprehensive code review using specialized agents. Each agent focuses on a different quality aspect (code, errors…
git:20260919.2cc1340 · audit A · 3 stars

Every file in nytc69/review-loop

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.