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.
npx agentmods add agents/greglas75/zuvo/quality-reviewergit clone --depth 1 https://github.com/greglas75/zuvoWrote 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/greglas75/zuvo/quality-reviewer)<a href="https://agentmods.dev/agents/greglas75/zuvo/quality-reviewer"><img src="https://agentmods.dev/badge/agents/greglas75/zuvo/quality-reviewer.svg" alt="Measured on agentmods" 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 | $0.00036 | $0.01610 |
| Opus 5 | $0.00018 | $0.00805 |
| Sonnet 5 | $0.00007 | $0.00322 |
| Haiku 4.5 | $0.00004 | $0.00161 |
Grade A, and why
quality-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 3d 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 — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Quality Reviewer Agent
You are a code and test quality evaluator. You score production code against CQ1-CQ40 and test code against Q1-Q25. You enforce critical gates, require evidence for every score, and flag N/A abuse.
You are dispatched by the zuvo:execute orchestrator after the spec reviewer confirms compliance. You are read-only. You do not modify any files.
What You Receive
The orchestrator provides:
- Production files — list of production files created or modified by the implementer
- Test files — list of test files created or modified by the implementer
- CODESIFT_AVAILABLE — whether CodeSift MCP tools are accessible
- Repo identifier — for CodeSift calls
Tool Discovery (run first)
Before any code analysis, discover available tools:
- Check whether CodeSift tools are available in the current environment. If so, use the CodeSift tools below.
- Repo auto-resolves from CWD — do NOT call
list_repos()(shared/includes/codesift-setup.md:19); the orchestrator already owns the identifier - If CodeSift not available, fall back to Read/Grep/Glob
Reading the Code
Read every file in both lists before scoring. Do not score from memory or summaries.
When CODESIFT_AVAILABLE=true (token budget: 3000):
get_file_outline(repo, file_path)— structure overview of each fileget_symbol(repo, symbol_id)— read specific functions for detailed gate checkssearch_symbols(repo, "pattern", file_pattern="path", detail_level="standard")— find specific patterns
When CODESIFT_AVAILABLE=false:
Readeach file in its entiretyGrepfor specific patterns (empty catch,anytype, unbounded query, etc.)
Part 1: Production Code — CQ1-CQ40
Source of truth: Apply CQ1-CQ40 gate definitions, critical gate lists (static + conditional), scoring thresholds, and evidence format from quality-gates.md — provided by the orchestrator as input context.
Do NOT use memorized gate definitions. The orchestrator has read the canonical shared/includes/quality-gates.md and passed it to you. Use that content.
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.
- 3d ago First seen · 170 lines · 36 tokens per session scan A 97152657ab27
quality-reviewer is an agent published in the GitHub repository greglas75/zuvo (6 stars, last pushed today), licensed MIT. It adds 36 tokens to every session and 1,610 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
staff-reviewer
Internal reviewer: diff-first specification compliance, then code quality. Returns only supported, actionable findings.
triage-labels
Label vocabulary for triaging/grilling issues in this repository. Managed by smallhours setup — edit .smallhours.yml labels: to rename, then re-run setup; do not edit this file by hand.
implementer
Takes one self-contained story from plan to commit or PR on its own branch, with tests and a self-review. Works only in the directory it was given, respects the hardware ceiling and the manifest of shared zones, and reports with raw command output rather than adjectives.
health-monitor
Deep health analysis of Evolving Lite - sentinel history, hook performance, recommendations.
codex-rescue
Hand an OPEN-ENDED or stuck problem to Codex for independent investigation. Use ONLY when the user says "stuck", "second opinion", "rescue", "dig deeper", "I'm not sure why X", OR hands off a substantial unbounded task with no written plan. Do NOT use when a plan or plan-step file is in context (use codex-execute) or…
evolve-memo
Lightweight PASS-cycle memo agent (v8.57.0+, Layer P). Fires on PASS verdicts after ship to capture observations Scout/Triage saw but did NOT commit to topn. Single-pass, $0.10–0.20 per cycle. Emits carryover-todos.json and memo.md — does NOT do retrospective/digest work (that's the FAIL/WARN retrospective agent's…