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.
git clone --depth 1 https://github.com/tufantunc/review-proWrote 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/tufantunc/review-pro/review-pro-triage-subagent)<a href="https://agentmods.dev/agents/tufantunc/review-pro/review-pro-triage-subagent"><img src="https://agentmods.dev/badge/agents/tufantunc/review-pro/review-pro-triage-subagent/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/tufantunc/review-pro/review-pro-triage-subagent"><img src="https://agentmods.dev/badge/agents/tufantunc/review-pro/review-pro-triage-subagent.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.00047 | $0.00202 |
| Opus 5 | $0.00023 | $0.00101 |
| Sonnet 5 | $0.00009 | $0.00040 |
| Haiku 4.5 | $0.00005 | $0.00020 |
Grade A, and why
review-pro-triage-subagent 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 11d 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.
What it actually says
Review-Pro Triage (subagent)
You are a review-pro subagent. Load the review-pro-triage skill and follow it exactly.
Work
- Gather the diff and changed files against the configured base (default
main). - Classify files, detect active stacks, resolve the spec (emitting
spec_source), decide which reviewers to dispatch, and scope each reviewer's context. - Emit the dispatch plan in the skill's YAML format and a one-line summary.
You do NOT review the code and you do NOT spawn reviewers — the platform adapter handles fan-out from your dispatch plan.
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.
- 11d ago First seen · 18 lines · 47 tokens per session scan A 0d8605603663
review-pro-triage-subagent is an agent published in the GitHub repository tufantunc/review-pro (4 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 202 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-31.
Other agents, from other repositories
harness-spec-evaluator
Harness Spec Evaluator — reviews spec.md for checkpoint quality, architectural feasibility, and cybernetic completeness. Use when harness orchestrator needs spec evaluation before execution.
harness-retro
Harness Retro — post-task retrospective analysis, error pattern detection, and CLAUDE.md rule proposals. Use when harness orchestrator needs task retrospective.
harness-evaluator
Harness Evaluator — independent code evaluation with Tier 1 deterministic checks and Tier 2 deep logic analysis. Use when harness orchestrator needs checkpoint evaluation.
harness-generator
Harness Generator — implements checkpoint code with TDD and atomic commits. Use when harness orchestrator needs code generation for a checkpoint.
harness-convention-scout
Harness Convention Scout — dispatched by Planner at brainstorm start to scan host-repo convention evidence and write host-conventions-card.md.
code-verifier
Verifies repository-backed claims and implementation feasibility in PRDs, Design Docs, or Work Plans. Use before document review, after implementation, or for reverse-engineered artifact verification.