adamsreview: Instructions file for Claude Code

CLAUDE.md

adamsreview CLAUDE.md is an instructions file for Claude Code from adamjgmiller/adamsreview. It costs 3,163 tokens per session, scanned A, original, MIT.

Operating instructions for adamsreview, a plugin containing six Claude Code slash commands for reviewing code or other project material. The guide describes its review phases, agent lenses, scoring gates, validation, and report generation.

In plain words
What is it for?
Use it when running or changing adamsreview reviews, including preflight checks, multi-agent analysis, scoring, validation, deduplication, and final reports.
Why use it?
It explains how the review pipeline is organized so agents can follow its state rules, quality checks, and different review lanes.

Instructions file for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

This is adamjgmiller/adamsreview's own configuration. It tells Claude Code how to work on adamsreview itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything adamsreview configures →

Reuse

Borrowing it

Nothing to install: this file belongs to adamjgmiller/adamsreview. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/adamjgmiller/adamsreview/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/adamjgmiller/adamsreview

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 adamsreview CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/adamjgmiller/adamsreview/claude-md/github.svg)](https://agentmods.dev/instructions/adamjgmiller/adamsreview/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/adamjgmiller/adamsreview/claude-md"><img src="https://agentmods.dev/badge/instructions/adamjgmiller/adamsreview/claude-md/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 adamsreview CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/adamjgmiller/adamsreview/claude-md"><img src="https://agentmods.dev/badge/instructions/adamjgmiller/adamsreview/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3,163 This file is loaded in full into every session.
When invoked 3,163 The same file — it is already loaded in full.
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.03163 $0.03163
Opus 5 $0.01581 $0.01581
Sonnet 5 $0.00633 $0.00633
Haiku 4.5 $0.00316 $0.00316

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

Security

Grade A, and why

adamsreview CLAUDE.md 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.

CLAUDE.md · 82 lines

How it starts

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

CLAUDE.md — operational guide for adamsreview

Read on a fresh session. Procedural how-to for the adamsreview plugin. Reference docs load on demand: docs/state-and-gates.md (state model, score gates, lanes), docs/pipeline.md (phase trees + token-tally semantics), docs/helpers.md (helper inventory). bin/schema-v1.json is the source of truth for artifact shape. docs/archive/ is frozen historical reference — consult only for past-decision rationale.

What this repo is

Build repo for six Claude Code slash commands packaged as plugin adamsreview:

  • /adamsreview:review [--ensemble] — multi-lens review. Phase 0 preflight → 1 detection (up to 6 parallel lens agents — L2/L5/L6 conditional on trivial_mode and user-facing flags — plus L7 under --ensemble in non-trivial mode; L7 is a holistic Opus safety net) → 1.5 external-source pooling (Codex CLI + GitHub bot-comment scrape, Sonnet normalizer) → 2 dedup → 3 cheap scoring + gate → 4 validation (Opus deep / Sonnet light chunked) → 5 cross-cutting (deep-lane only) → 5.5 auto-fix-hint generation (Sonnet propose+verify two-pass) for confirmed_manual / confirmed_report / confirmed_mechanical findings ≥60 → 6 finalize + render + publish. --ensemble adds the Codex CLI + PR bot-comment scrape sources.
  • /adamsreview:codex-review [--effort low|medium|high|xhigh] — Codex peer to :review. Same phase set (0-6 plus Phase 5.5 auto-fix-hint generation), Codex-driven detection/validation/cross-cutting via bin/codex-poll.sh; Phase 1.5 skipped (no ensemble); Phase 5.5 is Sonnet-driven (validator-agnostic, shared with :review). Same artifact shape (reviewer_sources: ["internal-codex"]) so drop-in for :fix / :add / :walkthrough / :promote. Sonnet shape-fixers per Codex output; Codex tokens billed externally (only Sonnet shape-fixer + normalizer + Phase 5.5 in tokens.jsonl). Fail-fast on missing Codex (no Claude fallback).
  • /adamsreview:add — inject external findings (cloud /ultrareview paste, Opus once-over, manual finds) into the latest review's artifact. Locate latest → leftover-attempted gate → build candidates (paste-normalizer | structured --file/--line/--claim | mixed) → Sonnet dedup → assign continuing IDs → Phase 4 lane-aware (no Wave 2) → re-publish to existing PR comment.
  • /adamsreview:walkthrough [threshold] — interactive driver for findings :fix would skip (deep-manual, deep-report, full light lane), restricted to effective score ≥ threshold (default 60). Two scope tiers (Qualifying / Full skip set) — pre_existing_report always routed to end-of-run gh issue create flow. Step 4.5 batch-accepts findings carrying auto_fix_hint (set by Phase 5.5) before the per-finding loop; per-finding loop skips the briefer sub-agent when auto_fix_hint is present, reusing the pre-computed hint.
  • /adamsreview:fix [threshold] [--granular-commits] — automated fix loop for auto-fixable findings. Phase 7 load + leftover-attempted abort + clean-tree gate + staleness check → 7.5 auto-recommendation preflight (surfaces auto_fix_hint findings for batch-accept; promotes via human_confirmation bypass so Phase 8 picks them up) → 8 per-fix-group agents (no git ops) → 9 post-fix Opus review, revert regressions, commit survivors, append fix_attempts. Phase 9.pre overlap → reconcile/abort/inspect. Default one combined commit; --granular-commits does one per surviving fix group.
  • /adamsreview:promote <id> — metadata-only override. Promotes a single finding to auto-fixable, bypassing Phase 8 lane filter and threshold. Run :fix after.

Read the full file on GitHub · 82 lines

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 · 82 lines · 3,163 tokens per session scan A 651497e340d4

Subscribe to this mod's changes

adamsreview CLAUDE.md is an instructions file published in the GitHub repository adamjgmiller/adamsreview (243 stars, last pushed 3mo ago), licensed MIT. It adds 3,163 tokens to every session, about $0.0158 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 instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens