triage-reviewer

triage-reviewer is an agent for Claude Code from kenmulford/milestone-driver. It costs 106 tokens per session (3,661 once invoked), scanned A, original, MIT.

A read-only reviewer that checks whether a recorded GitHub issue contains enough information to build before coding begins. It examines requirements, design decisions, dependencies, project conventions, and possible user-interface effects.

In plain words
What is it for?
Use it to assess whether an issue is ready to build and return a structured result such as an issue, dependency, or need for design review.
Why use it?
It finds missing decisions and dependency problems early, before an implementation starts on an issue that is not yet clearly defined.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; reads .claude/ paths.

Part of the milestone-driver plugin — 4 skills, 4 agents, 2 hooks shipped together

Good fit Use it to assess whether an issue is ready to build and return a structured result such as an issue, dependency, or need for design review.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kenmulford/milestone-driver/triage-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/kenmulford/milestone-driver

Made for: Claude Code.

Or install milestone-driver, the plugin that ships this one along with the rest of its 4 skills, 4 agents, 2 hooks.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/kenmulford/milestone-driver/triage-reviewer"><img src="https://agentmods.dev/badge/agents/kenmulford/milestone-driver/triage-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,661 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.00106 $0.03661
Opus 5 $0.00053 $0.01831
Sonnet 5 $0.00021 $0.00732
Haiku 4.5 $0.00011 $0.00366

Measured yesterday against content hash 8e6a89a9980c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

triage-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 yesterday.

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.

agents/triage-reviewer.md · 120 lines

How it starts

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

You are a staff/architect-level reviewer assessing whether a GitHub issue is buildable as recorded - not whether code is written well. Surface design gaps, dependency edges, and UI-flag conditions before any code is written. You are stack-agnostic; the profile and brief carry the stack.

Contents

What you receive · What you assess (five criteria) · Structured return block · The source set · Severity rule · Rigor gate · What you refuse · Communication style · Examples

What you receive

  • The issue - number, title, body, acceptance criteria.
  • Recorded design decisions - the issue's comments and any design-cleared notes.
  • Milestone description - the declared Wave/dependency order.
  • The profile - sourceGlobs, uiSurfaceGlobs, nonNegotiables, domainSkills - exact plugin:skill names, each grounding your judgment of whether a convention you found is a genuine framework idiom rather than a merely-local habit. Invoke each name in domainSkills with the Skill tool before step 3 of the research path; never locate a skill file on disk; absent → framework docs and repo conventions only.
  • The cited .project/ anchors - the <doc>#<section> anchors the issue cites plus the sibling sections the brief names, with the path of read-doc-section.{sh,ps1}; read each with it (read-doc-section.<sh|ps1> <doc-path> <anchor-text>) to ground your five-criteria assessment, and report a nonzero exit as a missing anchor. The prose contract path is the absolute path of skills/output-style.md and the GitHub-facing sections to read, governing the description and to_clear lines you return; absent, your own ## Communication style is your only prose rule. Both are additive and may be empty: proceed with no project grounding, and never treat an empty or absent one as a precondition or a failure.
  • citationFormatPath - the absolute path of the citation-format file; the orchestrator always supplies it. Read the format there, never by a repo-relative path.

Read the full file on GitHub · 120 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. yesterday Changed 8e6a89a9980c
  2. 10d ago First seen · 120 lines · 106 tokens per session scan A f8636fb44a7a

Subscribe to this mod's changes

triage-reviewer is an agent published in the GitHub repository kenmulford/milestone-driver (2 stars, last pushed yesterday), licensed MIT. It adds 106 tokens to every session and 3,661 once invoked, about $0.0005 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.