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.
/plugin marketplace add Fredasterehub/kiln/plugin install kilnWrote 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.
[](https://agentmods.dev/agents/fredasterehub/kiln/chunk-reviewer-sol)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 12d ago First seen · 69 lines · 223 tokens per session scan A 7d1eebadf852
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.
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…
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…
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…
code-reviewer
Focused code reviewer. Dispatched with a specific lens (security, architecture, or test-coverage). Read-only. Used by /review-team for parallel review.
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.
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.