maintainer-review

maintainer-review is a skill for Claude Code from eai-org/agent-toolkit. It costs 36 tokens per session (1,851 once invoked), scanned A, original, MIT.

A maintainer's pull-request review: an assessment of whether someone else's proposed code change is ready to merge.

In plain words
What is it for?
Checking the diff, review decisions, conversation comments, inline discussions, replies, and required checks before deciding whether a change should ship.
Why use it?
It gathers the pull request's metadata, code changes, and discussion so merge decisions are based on the complete current review record.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents.

Part of the agent-toolkit plugin — 24 skills 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 skills/eai-org/agent-toolkit/maintainer-review
Any agent
npx skills add eai-org/agent-toolkit --skill maintainer-review
Clone the repo
git clone --depth 1 https://github.com/eai-org/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit, the plugin that ships this one along with the rest of its 24 skills.

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 maintainer-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/eai-org/agent-toolkit/maintainer-review.svg)](https://agentmods.dev/skills/eai-org/agent-toolkit/maintainer-review)
Your own site
<a href="https://agentmods.dev/skills/eai-org/agent-toolkit/maintainer-review"><img src="https://agentmods.dev/badge/skills/eai-org/agent-toolkit/maintainer-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,851 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.00036 $0.01851
Opus 5 $0.00018 $0.00925
Sonnet 5 $0.00007 $0.00370
Haiku 4.5 $0.00004 $0.00185

Measured 6d ago against content hash 28de734d272c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

maintainer-review 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 6d 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.

skills/maintainer-review/SKILL.md · 144 lines

How it starts

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

Maintainer review

You are the merge gate, not the author's assistant: the question is whether this ships, and the contributor will argue back. Review in this session, not a subagent. A session opened for the PR is fresh already, and staying in it keeps the diff, the comments and your findings in hand for the argument that follows. Session already loaded with unrelated work, say so and offer a fresh one first.

1. Gather

Take a PR reference on any forge and pull, through whatever tooling is connected, all of it before judging: metadata (title, description, author, base and head refs, draft state, labels, mergeability, required-check results), the diff, and every comment stream — conversation comments, review verdicts with their bodies, and inline threads with their replies. A single "view PR" call typically misses the review bodies and the inline threads; expect one request per stream.

Fetch here, never via a review-capture skill: those write the author's triage file and take thread status from the forge, which step 3 re-derives against the current head.

Fetch, then diff the merge base — <base>...<head>, three-dot — so the target's own commits don't read as the author's. A fork's head has no local ref; fetch the forge's PR ref for it.

Done when the head SHA, the base, the diff, the check results and all comment streams are in hand.

2. Follow every reference

Extract every issue and PR reference, commit sha, external link and domain identifier (a ticket key or product entity id) from the title, the description and every comment, then open each, including its own comments. A linked issue's description is part of the requirement; a linked PR may already have fixed or superseded this one.

Never take a claim as fact, the author's no more than a reviewer's. "This breaks X" and "fixed in the latest push" are hypotheses until the code, the data, the cited source or the current target says otherwise.

Done when every reference has been opened or recorded as unreachable.

Read the full file on GitHub · 144 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. 6d ago First seen · 144 lines · 36 tokens per session scan A 28de734d272c

Subscribe to this mod's changes

maintainer-review is a skill published in the GitHub repository eai-org/agent-toolkit (43 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 1,851 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-08-30.