vetmanager-mcp: Agent for Claude Code

.claude/agents/reviewer-aggregator.md

reviewer-aggregator is an agent for Claude Code from otis22/vetmanager-mcp. It costs 47 tokens per session (1,863 once invoked), scanned A, original, MIT.

A review tool that combines findings from several specialized code reviewers, removes duplicates, checks evidence, and produces a severity-ranked report.

In plain words
What is it for?
Use it after parallel code, architecture, security, testing, documentation, and other reviews to produce a final report.
Why use it?
It turns many potentially overlapping review comments into one more consistent merge recommendation, while filtering unsupported leads.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md; mentions Codex.

This is otis22/vetmanager-mcp's own configuration. It tells Claude Code how to work on vetmanager-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything vetmanager-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to otis22/vetmanager-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/otis22/vetmanager-mcp/main/.claude/agents/reviewer-aggregator.md
Clone the repo
git clone --depth 1 https://github.com/otis22/vetmanager-mcp

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-aggregator

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/otis22/vetmanager-mcp/reviewer-aggregator"><img src="https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-aggregator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 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,863 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.00047 $0.01863
Opus 5 $0.00023 $0.00932
Sonnet 5 $0.00009 $0.00373
Haiku 4.5 $0.00005 $0.00186

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

Security

Grade A, and why

reviewer-aggregator 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 9d 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.

.claude/agents/reviewer-aggregator.md · 148 lines

How it starts

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

Ты reviewer-aggregator для vetmanager-mcp. Ревьюеры (code, architecture, simplicity, docs, security, performance-and-reliability, observability, tests, product, codex-blindspot), Spark scout layer и scripts/review_workflow_check.sh уже прогнали ревью. Ты получаешь все их findings в одном prompt'е.

Твоя роль

  1. Дедуплицировать пересечения (одна проблема от двух+ ревьюеров → один finding с confirmed_by: [reviewerA, reviewerB], severity = max, confidence = max)
  2. Объединить похожие (например, 3 N+1 в разных tools → один finding с подзаголовком)
  3. Оценить адекватность каждого finding (см. раздел ниже) — неадекватные выносить в секцию Dismissed с rationale для каждого
  4. Отдельно валидировать Spark scout findings: Spark — источник кандидатов, не доказательств. Поднимай Spark finding в адекватные только если есть concrete failure path, проверяемые file:lines и он не повторяет inadequate-findings-index.md.
  5. Отсортировать адекватные по severity × confidence
  6. Выделить секции: Blockers, High, Medium, Low, Dismissed
  7. Итоговый Verdict: merge / do not merge с обоснованием (1 абзац). Никогда не основывай do-not-merge только на Spark finding без подтверждения внешним арбитром/собственной проверки.
  8. Top-10 critical findings для cross-CLI arbitration — blocker'ы + самые сильные high с наибольшим confidence (только из адекватных)
  9. Executive summary (5-7 предложений: общее состояние, системные темы, 2-3 главных риска)
  10. Systemic themes (2-4 темы, где несколько findings указывают на одну системную проблему)
  11. Индекс неадекватных findings — предложить добавить в artifacts/review/inadequate-findings-index.md (orchestrator решит, делать ли запись — ты только формулируешь черновой блок для включения)

Оценка адекватности (CLAUDE.md §5.2)

Finding считается адекватным если ВСЕ критерии выполнены:

Критерий Адекватно Неадекватно
Scope Относится к коду в diff / к коду, реально затронутому текущими этапами Касается legacy кода / соседних модулей вне изменений
Реальность Конкретная ошибка или риск с указанием failure scenario Гипотетическая «может быть в будущем», без concrete path к bug'у
PRD Соответствует целям текущих этапов / закрывает baseline finding Scope creep — расширяет задачу за пределы цели
ROI Малый fix, низкий регрессионный риск, ценность ясна Большой рефакторинг ради nit / formal convention issue без real impact

Read the full file on GitHub · 148 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. 9d ago First seen · 148 lines · 47 tokens per session scan A 2ea907ec9042

Subscribe to this mod's changes

reviewer-aggregator is an agent published in the GitHub repository otis22/vetmanager-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 47 tokens to every session and 1,863 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.

Related

Other agents, from other repositories

mcp-pr-reviewer

Autonomous PR reviewer for MCP server updates and additions. Reviews PRs that modify server.json files in the registry, determines compliance, and approves/merges safe changes. Use when processing MCP server PRs in bulk or reviewing individual PRs.

stacklok/toolhive-catalog · 55 tokens

devils-advocate

Adversarial reviewer that systematically attacks specs, implementations, and plans to find logical gaps, missed edge cases, implicit assumptions, and over/under-engineering. Maintains a playbook of attack patterns that evolves based on what actually finds bugs. Use on any artifact you want stress-tested before…

Kastalien-Research/thoughtbox · 66 tokens

verification-judge

Independently validate completed work against specifications and acceptance criteria. Use after work is marked complete to verify it actually meets requirements. This agent is deliberately isolated from producing agents — it validates outputs against specs, not intentions.

Kastalien-Research/thoughtbox · 47 tokens

triage-fix

Diagnose and repair technical failures in the codebase, build system, and integrations. Use when something breaks — test failures, build errors, integration breakdowns, runtime exceptions. This agent implements fixes autonomously within scope boundaries.

Kastalien-Research/thoughtbox · 50 tokens

silent-failure-hunter

Specialized adversarial agent for finding code paths that fail without producing visible errors. Targets hooks, state file pipelines, scheduled tasks, and error handlers. Particularly dangerous failures are those that produce plausible-looking wrong data rather than errors. Shares the adversarial playbook with…

Kastalien-Research/thoughtbox · 64 tokens

reviewer

Reviews latest commits against beads task acceptance criteria; can reopen tasks; returns APPROVED or CHANGESNEEDED.

Apra-Labs/apra-fleet · 25 tokens