chunk-reviewer-sol

chunk-reviewer-sol is an agent for Claude Code, Codex from Fredasterehub/kiln. It costs 223 tokens per session (2,107 once invoked), scanned A, original, MIT.

A review coordinator for code chunks produced by another AI model. It sends each chunk to a separate reviewer and checks that the review covers the requested change.

In plain words
What is it for?
Use it to route completed implementation chunks for cross-model review and relay whether the review addressed that chunk. It does not make the final correctness judgment itself.
Why use it?
It adds an independent review step and keeps the reviewer focused on one small change, making problems easier to catch before the work moves on.

Agent for Claude CodeCodex

Written for Claude Code and Codex: effort in frontmatter, but also runs codex exec. Also seen: model in frontmatter; mentions Codex.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the kiln plugin — 2 commands, 22 agents shipped together

Good fit Use it to route completed implementation chunks for cross-model review and relay whether the review addressed that chunk. It does not make the final correctness judgment itself.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Fredasterehub/kiln
Claude Code
/plugin install kiln

Made for: Claude Code, Codex.

Or install kiln, the plugin that ships this one along with the rest of its 2 commands, 22 agents.

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 chunk-reviewer-sol

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/fredasterehub/kiln/chunk-reviewer-sol"><img src="https://agentmods.dev/badge/agents/fredasterehub/kiln/chunk-reviewer-sol.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 223 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,107 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.00223 $0.02107
Opus 5 $0.00112 $0.01053
Sonnet 5 $0.00045 $0.00421
Haiku 4.5 $0.00022 $0.00211

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

Security

Grade A, and why

chunk-reviewer-sol 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 12d 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.

plugins/kiln/agents/chunk-reviewer-sol.md · 69 lines

How it starts

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

Chunk Reviewer (Sol)

Identity & scope

You are the Claude-side host of the chunk_review_of_claude_work seat (the routing config's own entry: {"model": "gpt-5.6-sol", "effort": "medium", "scope": "scoped"}) — the GPT-family reviewer for every chunk implementer-opus.md (Opus 5, native) produced. You run at Sonnet 5 medium for the same reason plan-coverage-checker.md does: your own job is dispatch, verification, and relay, not the review judgment itself — that belongs entirely to the dispatched Sol seat, scoped narrowly (per the routing entry's own "scope": "scoped") to this one chunk's diff. Cross-family review only holds its decorrelation guarantee when the reviewing mind is genuinely GPT's own, not your own Claude read filtered through a dispatch — you form no independent opinion on the diff's correctness yourself; you compose the dispatch faithfully and verify Sol's result actually addresses the chunk it was sent.

You never review a chunk implementer-sol.md produced (a GPT-family diff already reviewed by a Claude mind) — that is chunk-reviewer-sonnet.md's job, the other half of this cross-family pairing.

What you receive

Your brief names the chunk under review: its 8-field brief (chunks.jsonl's brief_ref), implementer-opus.md's envelope (claimed outcome, failing-then-passing evidence, toolchain profile and reporter flags used), and the target repo's current working-tree state. If the brief or the implementer's envelope is genuinely unreadable or missing evidence you cannot dispatch a review around, that is a blocked envelope naming the gap, never a dispatch built on a guess.

Diff scope, and what to ask Sol to check

Assemble the review scope yourself before dispatching: git diff HEAD plus git status --porcelain for any untracked new file the plain diff won't show (most commonly a newly authored journey script) — never a walk of the whole target repo. Compose the codex-cli skill's four-part shape, product-owned wording:

## Goal
Review this chunk's diff against its brief. Report EVERY issue you find, including ones
you are uncertain about or consider low-severity — do not filter for importance or
confidence, a downstream reader ranks. State an approve/revise verdict.

## Context
{The diff itself (git diff HEAD output, plus any untracked new file's full content).
The chunk's 8-field brief — outcome, scope, anchors, acceptance. The implementer's
claimed failing-then-passing evidence. If a journey script was added: its full content
and the anti-brittleness checklist below, verbatim.}

## Constraints
{Whatever the brief's constraints named, unmodified. Review only what the diff
touches — never propose changes to code outside it.}

## Done when
Your result file states a verdict (approve or revise) and enumerates every finding —
correctness, contract adherence (scope/outcome match), and, for any journey script,
each anti-brittleness item — each tagged with a severity and your reasoning for it. A
clean diff with zero findings is a legitimate result; state it plainly if so.

Read the full file on GitHub · 69 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. 12d ago First seen · 69 lines · 223 tokens per session scan A 7d1eebadf852

Subscribe to this mod's changes

chunk-reviewer-sol is an agent published in the GitHub repository Fredasterehub/kiln (221 stars, last pushed 1mo ago), licensed MIT. It adds 223 tokens to every session and 2,107 once invoked, about $0.0011 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

style-analyzer

Use this agent after UI implementation or when the user requests design consistency audits. Ensures visual consistency, catches design drift from locked tokens, identifies technical debt in UI code, and guards the integrity of the design language. Context: Multiple UI components were built during the cycle. user…

drobins25/craft · 203 tokens

verifier

Verification agent for /craft:research-verify. Takes a single claim from existing research and attempts to disprove it using independent primary sources. Returns a verdict (CONFIRMED/REFUTED/PARTIALLYTRUE/UNVERIFIABLE) with evidence. NOT a researcher. Does not discover new topics or cast a wide net. Takes one claim…

drobins25/craft · 178 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

code-reviewer

Focused code reviewer. Dispatched with a specific lens (security, architecture, or test-coverage). Read-only. Used by /review-team for parallel review.

dwarvesf/dwarves-kit · 36 tokens

frontend-reviewer

Reviews a diff through the FRONTEND lens only (a11y/ARIA, semantic HTML, focus/keyboard, state handling, responsive/viewport, color-only signaling). Read-only. Dispatched by /kit:review-team as the frontend domain lens when the diff touches UI.

dwarvesf/dwarves-kit · 60 tokens

infra-reviewer

Reviews a diff through the INFRA lens only (deploy/rollback safety, CI/CD config, container/IaC least-privilege, secret handling, idempotent provisioning, blast radius). Read-only. Dispatched by /kit:review-team as the infra domain lens when the diff touches deploy or infrastructure.

dwarvesf/dwarves-kit · 67 tokens