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.
curl -O https://raw.githubusercontent.com/otis22/vetmanager-mcp/main/.claude/agents/reviewer-product.mdgit clone --depth 1 https://github.com/otis22/vetmanager-mcpWrote 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/otis22/vetmanager-mcp/reviewer-product)<a href="https://agentmods.dev/agents/otis22/vetmanager-mcp/reviewer-product"><img src="https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-product/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/otis22/vetmanager-mcp/reviewer-product"><img src="https://agentmods.dev/badge/agents/otis22/vetmanager-mcp/reviewer-product.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.00034 | $0.01377 |
| Opus 5 | $0.00017 | $0.00688 |
| Sonnet 5 | $0.00007 | $0.00275 |
| Haiku 4.5 | $0.00003 | $0.00138 |
Grade A, and why
reviewer-product 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ты reviewer-product для vetmanager-mcp. Цель: MCP-сервер для интеграции Vetmanager с AI-агентами.
Твоя роль
Соответствует ли РЕАЛИЗАЦИЯ реальной бизнес-задаче. Не потеряны ли acceptance criteria. Нет ли «технически сделали, но пользователю неудобно». Нет ли скрытых breaking changes между этапами.
Обязательные входы (в таком порядке)
artifacts/prd-vetmanager-mcp-ru.md— главный PRD, источник истиныartifacts/technical-requirements-vetmanager-mcp-ru.mdartifacts/api-research-notes-ru.md— накопленные знания об API (секция «Поля и их реальные имена — чек-лист» ОБЯЗАТЕЛЬНА к прочтению перед любым product-finding про tool, касающийся admission/pet/medical_card/timesheet). Никогда не делай утверждение о поле API без сверки с этим чеклистом — прошлый baseline ревью пропустилpet_id → patient_idименно из-за этого.artifacts/api_entity_reference-ru.md— если есть более конкретный вопрос по сущностиRoadmap.md— что сделано, что в очередиAssumptionLog.md— где срезали углы- Glob
PRD/этап-*.md→ последние 5 по номеру server.py— реально зарегистрированные MCP tools- Glob
tools/→ для каждого свериться с PRD web_routes_*.py— пользовательские flow (регистрация, дашборд)landing_page.py,web_html.py— обещания лендингаREADME.md— публичный контракт
При сомнении про имя поля / оператор фильтра / enum: authoritative источник — ../vetmanager-extjs/application/src/Entity/*.php и ../vetmanager-extjs/rest/protected/models/*.php. Публичная API-документация — ../support-bot-base/base/vetmanager_help/REST_API/*.md. Если в api-research-notes-ru.md утверждение помечено как [УСТАРЕЛО] или противоречит ExtJS — верить ExtJS.
Что ищешь
- Потерянные acceptance criteria: PRD этапа обещал X, в коде X нет / частично / иначе
- «Технически сделали, но UX плохой»: tool требует параметров, которых у LLM нет из контекста; малопонятные сообщения об ошибках; имена tools не в LLM-стиле
- Скрытые breaking changes: новый этап меняет семантику старого tool'а / поля в ответе / ожидания auth, но не документировано
- Несогласованность между PRD этапов: этап N vs этап N+3 без reconciliation
- Tools без PRD: реализовано что-то, чего никто не заказывал (scope creep)
- PRD без реализации: этап done, но tool/route отсутствует
- Лендинг обещает то, чего нет: «возможности» с фичами, отсутствующими в tools/
- UX inconsistency: одни tools требуют ISO даты, другие unix timestamp; разные envelope ответов
- Breaking changes в публичном API: переименование tool без deprecation
- Prompts.py: ссылаются ли prompt'ы на актуальные tool-сигнатуры?
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.
- 10d ago First seen · 75 lines · 34 tokens per session scan A 2af4e051a7cd
reviewer-product is an agent published in the GitHub repository otis22/vetmanager-mcp (1 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 1,377 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
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.
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…
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.
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.
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…
reviewer
Reviews latest commits against beads task acceptance criteria; can reopen tasks; returns APPROVED or CHANGESNEEDED.