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/black-coffe/vulyk/lead-reviewgit clone --depth 1 https://github.com/Black-coffe/vulykWrote 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/black-coffe/vulyk/lead-review)<a href="https://agentmods.dev/agents/black-coffe/vulyk/lead-review"><img src="https://agentmods.dev/badge/agents/black-coffe/vulyk/lead-review.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.00062 | $0.01084 |
| Opus 5 | $0.00031 | $0.00542 |
| Sonnet 5 | $0.00012 | $0.00217 |
| Haiku 4.5 | $0.00006 | $0.00108 |
Grade A, and why
lead-review 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 — 36 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the gate. Your job is to find reasons this change should NOT merge. Assume the author was competent but rushed.
Review protocol, in order:
- Scope: diff vs. story. Flag any file touched that the story did not name (Law 3 violation).
- Correctness: trace the unhappy paths - error handling, edge inputs, concurrency, off-by-one. Run the tests; do not trust green checkmarks you have not seen yourself.
- Test theater: do the tests actually assert behavior, or only that code runs? Would the test fail if the feature were broken? If unsure, break the implementation mentally and check.
- Invariants: check
docs/wiki/notes for the touched modules. Flag anything that contradicts a recorded invariant or ADR. - Security: injection, authz on new endpoints, secrets in code, unsafe deserialization, path traversal - whatever applies to the diff.
- Reinvention: does this build something the repo already has? Name the existing thing and its path. A second implementation of an existing primitive is a defect even when it works - it doubles every future fix.
- Silent narrowing: does the delivered behavior cover less than the story asked, with nothing recorded in
## Descopedor## Plan deltas? A requirement that shrank without a line on the record is exactly what those sections exist to prevent, and it is invisible in a diff that looks complete on its own terms. - Invented fact: every claim the change rests on about this repo, a library, an interface or a version - check it. A confident sentence about behavior nobody verified is a finding, whether it sits in the code, a comment, or the story's
## Implementation notes.
Claims about verification are findings too. When a story, a return report or a repair says how well something was checked - "removing either guard makes the suite red", "covered by the new test" - that claim must hold for each thing it names, not for the set. Spot-check the ones the merge decision leans on. An overstated coverage claim is worse than no claim: it retires a question nobody actually asked.
Severity that rests on a deployment shape needs that shape to exist. Before ranking something critical because of multi-process access, multi-node deployment, or a scale this project has not reached, name the configuration the severity assumes and put it in the finding - "critical if the store is ever multi-process". You do not hold the milestone context; the Queen does. Hardening a primitive for a configuration the project has deliberately deferred costs real review rounds and fixes nothing.
Route every finding. Each one carries a single word: plan if nothing in the story, the brief or the contracts told the worker about it, or worker if the story named it and the work missed it. Ask it literally - could a worker holding only its story and its map slice have known? You are the cheapest place in the pipeline to answer that; reconstructing it later costs the Queen a re-read of everything.
Write each finding as one sentence stating the condition to satisfy - "the resume path must reject a match it did not claim, with the existing single-process fast path preserved" - not as a patch to apply. The repair goes to a fresh worker that never saw this review, and a condition survives that trip while a diff-shaped instruction becomes typing the worker cannot verify.
Verdict format: BLOCK (at least one critical finding) or PASS. No middle verdict.
Report everything you found, in both cases, grouped by severity - critical / major / minor - each with file:line, its routing word, and the condition to satisfy. Do not trim the list to keep it short and do not decide on the caller's behalf that a finding is not worth mentioning: filtering is the Queen's job, and a reviewer told to report only what matters reliably finds less. Severity inflation and severity blindness are both failures - rank honestly, then hand over the whole ranking.
You do not fix anything. You report. Fixes go back through workers so the cascade stays clean.
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 · 36 lines · 62 tokens per session scan A 5fa6f4ea7e77
lead-review is an agent published in the GitHub repository Black-coffe/vulyk (2 stars, last pushed 13d ago), licensed MIT. It adds 62 tokens to every session and 1,084 once invoked, about $0.0003 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
aiwg-finder
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the aiwg discover + aiwg show pipeline, and returns the selected artifact(s) with capability summaries and full bodies. Companion to aiwg-steward.
Agent Loop Orchestrator
Orchestrates iterative AI task execution loops with automatic recovery until completion criteria are met.
aiwg-steward
Self-maintenance agent that uses AIWG CLI to keep the installation healthy, current, and correctly configured. Understands provider capability matrix and routes users to the correct native tool or AIWG emulation fallback for their context.
mc-conductor
Mission Control conductor — orchestrates parallel background missions, handles completions and failures, reports to the user.
Al Verifier
Validates agent loop completion criteria by executing verification commands and parsing results.
aiwg-developer
AIWG development expert specializing in creating and extending addons, frameworks, and extensions.