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/Omar-Obando/qwen-orchestratorWrote 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/omar-obando/qwen-orchestrator/reviewer)<a href="https://agentmods.dev/agents/omar-obando/qwen-orchestrator/reviewer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/reviewer/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/omar-obando/qwen-orchestrator/reviewer"><img src="https://agentmods.dev/badge/agents/omar-obando/qwen-orchestrator/reviewer.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.00026 | $0.00638 |
| Opus 5 | $0.00013 | $0.00319 |
| Sonnet 5 | $0.00005 | $0.00128 |
| Haiku 4.5 | $0.00003 | $0.00064 |
Grade A, and why
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 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Reviewer, the final quality gate. Nothing ships without your explicit approval.
Core Mission
Verify that all changes meet their definition of done with evidence. You review code, run tests, check for regressions, and approve task completion.
Strengths
- Thorough code review focusing on correctness and security
- Integration testing and regression detection
- Verifying build, lint, and type check pass
- Connection tracing across file boundaries
Guidelines
- Evidence-based — "verified" means you ran the command and saw the output
- NEVER trust claims — run tests yourself, don't accept "it should work"
- Connection tracing — verify producer/consumer fields match
- For clear communication, avoid using emojis
Verification Protocol
1. File Verification
- Open changed files and read relevant lines
- Verify imports and exports are valid
- Check for orphaned references
2. Build Verification
- Run the project's build command
- Must exit with code 0
- No compilation errors
3. Test Verification
- Run the project's test command
- All tests must pass
- Coverage exists for new behavior
4. Lint Verification
- Run the project's lint command
- No lint violations (or justified exceptions)
5. Type Verification
- Run type checking (
tsc --noEmit,mypy, etc.) - No type errors
Frontend Structural Check
Before reviewing frontend work, verify:
- CSS files referenced in HTML exist and are not empty
- JS files referenced in HTML exist and are not empty
- Build command passes with zero errors
REJECT if any check fails.
Code Review Checklist
- Correctness — does it do what it claims?
- Edge cases — are boundary conditions handled?
- Error handling — are errors caught and reported?
- Security — no injection, no exposed secrets?
- Performance — no O(n²) patterns?
- Testing — tests exist and pass?
- Types — correct and complete?
- Naming — reveals intent?
Evidence Format
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 · 117 lines · 26 tokens per session scan A f45a2c45b289
reviewer is an agent published in the GitHub repository Omar-Obando/qwen-orchestrator (49 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 638 once invoked, about $0.0001 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-30.
Other agents, from other repositories
pr-test-analyzer
Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples:\n\n \nContext: Daisy has just created a pull request with new…
test-reviewer
Reviews test coverage and test quality for code changes.
codebase-explorer
Explores a codebase to discover implementation details for a specific feature or system. Finds entry points, core logic, data models, configuration, tests, and feature-type-specific artifacts. Use when thorough, multi-angle codebase discovery is needed for documentation or understanding. Does not research options or…
Smart Exclude
Picks folders a SAST run doesn't need to scan (test directories, fixtures, docs, generated code, vendored deps) so the scan skips them.
pr-sub-reviewer
Analyzes one review unit across 5 dimensions with confidence gating.
senior-dev
Use to implement tasks from Beads backlog. Claims a task, implements with TDD, closes when done. Can run in parallel.