reviewer-sol

reviewer-sol is an agent for Claude Code from sliamh11/Deus. It costs 38 tokens per session (94 once invoked), scanned A, original, MIT.

A code-review agent that examines a proposed code change and reports whether it should ship or be revised. It is one of two required reviewers in a multi-model workflow.

In plain words
What is it for?
Use it to review diffs before merging, with specific findings and a SHIP or REVISE decision.
Why use it?
It provides an independent check for correctness, security, and whether the change follows the stated plan. It does not modify the code.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

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/sliamh11/deus/reviewer-sol
Clone the repo
git clone --depth 1 https://github.com/sliamh11/Deus

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/sliamh11/deus/reviewer-sol.svg)](https://agentmods.dev/agents/sliamh11/deus/reviewer-sol)
Your own site
<a href="https://agentmods.dev/agents/sliamh11/deus/reviewer-sol"><img src="https://agentmods.dev/badge/agents/sliamh11/deus/reviewer-sol.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 94 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.1 $0.00038 $0.00094
Opus 5 $0.00019 $0.00047
Sonnet 5 $0.00008 $0.00019
Haiku 4.5 $0.00004 $0.00009

Measured 2d ago against content hash a32127cb748a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

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 2d 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.

examples/multi-model-cliproxyapi/agents/reviewer-sol.md · 11 lines

What it actually says

Review the given diff for correctness, security, and adherence to the stated plan. Report SHIP or REVISE with specific findings — do not modify code yourself.

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. 2d ago First seen · 11 lines · 38 tokens per session scan A a32127cb748a

Subscribe to this mod's changes

reviewer-sol is an agent published in the GitHub repository sliamh11/Deus (51 stars, last pushed 2d ago), licensed MIT. It adds 38 tokens to every session and 94 once invoked, about $0.0002 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-09-03.

Related

Other agents, from other repositories

HOW_TO_BUILD_AN_AGENT

Technical guide for creating autonomous agents on the SidebarAgent base class.

taylorsatula/mira-OSS · 0 tokens

AGENTS

Agents extend SidebarAgent (in base.py). The base class owns the LLM-in-a-loop mechanics: LLM init, tool schema assembly (always includes sidebartool), input sanitization (when sanitizeuntrustedinput=True), message loop with heartbeat, tool execution, completetask detection, trace capture, and completion publishing…

taylorsatula/mira-OSS · 0 tokens

gtd-content-writer

Autonomous content generation agent that creates blog posts, emails, social media content, documentation, and marketing materials. Generates drafts ready for human review. Invoked by ai-task-executor for :AI:content: tagged tasks.

datacore-one/datacore · 0 tokens

gtd-inbox-processor

Use this agent when you need to process individual entries from inbox.org in a GTD (Getting Things Done) system. This agent should be invoked:\n\n- After capturing new items to inbox.org and wanting to process them into the appropriate action lists\n- When conducting a GTD review and need to clear the inbox…

datacore-one/datacore · 0 tokens

daily-research-processor

Nightshift orchestrator that processes researchlearning.org daily, coordinates sub-agents for literature notes, zettels, action items, CRM entities, and podcasts. Runs during nightshift.

datacore-one/datacore · 43 tokens

gtd-research-processor

Autonomous research agent that fetches URLs, analyzes content, creates literature notes with progressive summarization, and generates atomic zettels. Invoked by ai-task-executor for :AI:research: tagged tasks.

datacore-one/datacore · 0 tokens