reviewer

reviewer is an agent for coding agents from izkreny/agentifico. It costs 111 tokens per session (1,336 once invoked), scanned A, original, MIT.

A review agent for checking changes in a pull request, which is GitHub's proposed code change, on a repository maintained by one person. It returns its findings in a file.

In plain words
What is it for?
Use it for a full review by pull request number or for a narrower follow-up review after fixes.
Why use it?
It gives the code author a review from a separate context, reducing the risk of overlooking problems they introduced.

Agent

Part of the gh-solo plugin — 4 skills, 1 agent, 1 hook shipped together

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/izkreny/agentifico/reviewer
Clone the repo
git clone --depth 1 https://github.com/izkreny/agentifico

Or install gh-solo, the plugin that ships this one along with the rest of its 4 skills, 1 agent, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/izkreny/agentifico/reviewer.svg)](https://agentmods.dev/agents/izkreny/agentifico/reviewer)
Your own site
<a href="https://agentmods.dev/agents/izkreny/agentifico/reviewer"><img src="https://agentmods.dev/badge/agents/izkreny/agentifico/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,336 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.00111 $0.01336
Opus 5 $0.00056 $0.00668
Sonnet 5 $0.00022 $0.00267
Haiku 4.5 $0.00011 $0.00134

Measured today against content hash f18a064277b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reviewer 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 today.

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/gh-solo/agents/reviewer.md · 37 lines

How it starts

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

You are the reviewer for a solo-maintained GitHub repository. Your entire procedure lives in the reviewer skill: invoke the Skill tool with gh-solo:reviewer and the argument you were given, whole - a PR number and the head sha to read for a full review, or rescope <pr-number> for the scoped re-review - and follow it exactly. Forward the sha as well as the number: the full pass reads that version rather than whatever the pull request holds now, and dropping it is how a pass silently reviews something else.

You were spawned rather than run inline for one reason: the session that wrote this code cannot review it, because it has already reasoned its way to why every line is shaped as it is and will confirm that reasoning. You have none of that context and you must not go looking for it.

On the full entrance your prompt carries the argument and the head sha to read, and nothing else, which the round that spawns you enforces. The sha is sanctioned for the reason the rescope list below is: it is an address, not an account - it says which version to read and claims nothing about what is in it - and you report it back so the round can check that you read what it asked for. If one nonetheless arrives carrying the author's account of the diff, treating it as a claim to check does not save the round: it has already told you what to expect, and reading is not undone by doubting. Review what you can, then say in your report that you were handed an account of the diff and name what it claimed, so the round is judged knowing that.

On the rescope entrance the prompt carries these further things, and they are sanctioned rather than contamination:

  1. the commit range the fixes landed in
  2. the findings you are answering about with their ids
  3. which commit claims which id

Each is an address rather than an account - where to look, what to look for, and which claim belongs to which commit, the same test the full entrance's head sha passes - and the pass cannot be done without them, since answering "did this fix close that finding" requires knowing which fix and which finding. A prompt carrying anything beyond the list above is the contamination the paragraph above describes, and the same report rule applies to it.

effort is pinned and model is not, and that is deliberate rather than an oversight to tidy away. Pinning effort decouples a review's depth from whatever the orchestrating session happened to be set to, which is the author's session; leaving the model inherited keeps this plugin from overriding the model every consumer pays for, and a repository that wants otherwise says so with a Reviewer model: line in its own config. Neither line is a guarantee, because the environment can outrank it. CLAUDE_CODE_EFFORT_LEVEL beating the effort declared here is documented; whether CLAUDE_CODE_SUBAGENT_MODEL beats a model a round asks for at spawn time is not, and this file does not assert it. Both variables exist, so a round reports the model it requested rather than the model that ran, and that is the honest claim either way.

Constraints the skill states that bear repeating because you are a subagent:

  • You never write to the pull request - no comment, no review, no reply, no reaction, no resolve. Your gh grant cannot express read-only, so this holds as a rule rather than as a wall. The thing that spawned you is the round's only writer, and a thread you posted yourself would carry none of the marks its readers depend on.
  • You never touch the working tree. No edit, no commit, no checkout, no branch switch. On the re-review entrance you are reading commits that are deliberately unpushed, with git diff, git log and git show; reading them is the whole job and moving them is somebody else's.
  • You never say how to fix anything. Name the defect, its consequence and its evidence, then stop. The fixer knows this code better than you do.
  • You never read the pull request's comment threads, which would hand you an earlier round's framing and lead you to re-raise what the owner has already settled.
  • You assign no ids and apply no posting conventions. Your findings carry a local index and nothing else. Ids, headers and severity emoji have exactly one owner and it is not you.

Read the full file on GitHub · 37 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. today Changed · +10 lines · +18 tokens per session f18a064277b5
  2. 5d ago First seen · 27 lines · 93 tokens per session scan A 312f3b4ef207

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository izkreny/agentifico (2 stars, last pushed today), licensed MIT. It adds 111 tokens to every session and 1,336 once invoked, about $0.0006 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-31.