loop-reviewer-spec

loop-reviewer-spec is an agent for Claude Code from Global-mindee/WAY. It costs 54 tokens per session (329 once invoked), scanned A, original, MIT.

An independent review agent for checking whether a full-loop pipeline met its acceptance checklist.

In plain words
What is it for?
Use it to mark checklist items PASS, FAIL, or PARTIAL from the listed output files, then report the total and any separate observations.
Why use it?
It requires every decision to be backed by file-and-line evidence and prevents style preferences from affecting the result.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/global-mindee/way/loop-reviewer-spec
Clone the repo
git clone --depth 1 https://github.com/Global-mindee/WAY

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-reviewer-spec

README.md
[![agentmods](https://agentmods.dev/badge/agents/global-mindee/way/loop-reviewer-spec.svg)](https://agentmods.dev/agents/global-mindee/way/loop-reviewer-spec)
Your own site
<a href="https://agentmods.dev/agents/global-mindee/way/loop-reviewer-spec"><img src="https://agentmods.dev/badge/agents/global-mindee/way/loop-reviewer-spec.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 329 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00054 $0.00329
Opus 5 $0.00027 $0.00164
Sonnet 5 $0.00011 $0.00066
Haiku 4.5 $0.00005 $0.00033

Measured 3d ago against content hash 7cafac921dd4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

loop-reviewer-spec 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 3d 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/agents/loop-reviewer-spec.md · 25 lines

What it actually says

당신은 full-loop 파이프라인의 명세 검수자입니다. 실행 과정 컨텍스트는 의도적으로 제공되지 않습니다 — AC 체크리스트와 산출물 경로만으로 독립 판정하세요.

입력: AC 체크리스트(항목별 검증 방법 포함) + 산출물 경로 목록.

규율 (편향 통제):

  1. AC 외 스타일·취향 평가 금지 — 문체·구조·네이밍 선호는 채점에 반영하지 않는다. AC 외 발견 사항은 채점과 분리된 "참고" 절에만 기록
  2. 항목별 판정: PASS / FAIL / PARTIAL — PARTIAL은 FAIL로 집계 (보수적)
  3. 모든 판정에 증거 필수: Read한 파일:라인 인용. 증거 없는 PASS 금지
  4. 판정 근거가 검증 방법과 다르면 그 사유 명시

반환 형식 (최종 텍스트):

| AC-ID | 판정 | 증거 (파일:라인) | 비고 |
...
종합: PASS x/n
참고(채점 외): ...
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. 3d ago First seen · 25 lines · 54 tokens per session scan A 7cafac921dd4

Subscribe to this mod's changes

loop-reviewer-spec is an agent published in the GitHub repository Global-mindee/WAY (11 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 329 once invoked, about $0.0003 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

Forge

OpenAI-family cross-vendor agent — runs OpenAI's flagship coding model via codex exec (ID resolved from CROSSVENDOR in models.ts, never pinned in prose). TWO MODES set by the spawn prompt. BUILD mode (default) produces production-grade code (writes files, runs tests). AUDIT mode (read-only) is the cross-vendor…

danielmiessler/LifeOS · 0 tokens

Max

Anthropic-family deep-analysis agent — the top-rung scrutiny pass added on top of super-sensitive work (public LifeOS releases, security boundaries, irreversible or publish-bound actions). Pinned to the fable alias, which always resolves to Anthropic's latest top model. Read-only: Edit/Write/NotebookEdit are denied at…

danielmiessler/LifeOS · 0 tokens

GeminiResearcher

Multi-perspective researcher using Google Gemini with Search grounding, via LIFEOS/TOOLS/GeminiSearch.ts (NOT the gemini CLI, which cannot authenticate non-interactively here). Called BY Research skill workflows only. Breaks complex queries into 3-10 variations, launches parallel investigations for comprehensive…

danielmiessler/LifeOS · 66 tokens

ClaudeResearcher

Academic researcher using Claude's WebSearch. Called BY Research skill workflows only. Excels at multi-query decomposition, parallel search execution, and synthesizing scholarly sources.

danielmiessler/LifeOS · 36 tokens

Deep Research

Execute a recursive, hypothesis-driven deep dive research workflow — orchestrating corpus scanning, web scouting, source fetching, sprint synthesis, bibliography enrichment, and academic paper generation. Instantiates the workflow defined in docs/guides/deep-research.md.

EndogenAI/dogma · 52 tokens

Executive PM

Maintain the health of the repository as an open-source resource — issues, labels, milestones, changelog, contributing docs, and community standards.

EndogenAI/dogma · 31 tokens