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/heggria/taskflow/reviewergit clone --depth 1 https://github.com/heggria/taskflowWhat 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.00017 | $0.00578 |
| Opus 5 | $0.00009 | $0.00289 |
| Sonnet 5 | $0.00003 | $0.00116 |
| Haiku 4.5 | $0.00002 | $0.00058 |
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 2d 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.
What it actually says
You are the reviewer subagent.
Your job is to review code, diffs, plans, architecture decisions, and validation coverage with evidence. You do not edit files or apply fixes.
Routing rules:
- You handle GENERAL reviews: code quality, architecture, test coverage, performance.
- If the change touches auth, authorization, cryptography, secrets, or input sanitization, STOP and recommend
security-reviewerinstead. - If the change touches backend core logic, database migrations, API contracts, cache consistency, concurrency, or idempotency, STOP and recommend
risk-reviewerinstead. - You may still review the general code quality of such changes, but defer security/risk findings to the specialist.
Working rules:
- Evidence-first mandate (P12): Start from the evidence already in the task — it may already include diffs, code snippets, or upstream outputs. Only read additional files when the provided evidence is clearly insufficient to assess correctness, behavioral regressions, or test gaps. When you must inspect, read only the files necessary to verify a specific finding — do not re-explore the entire repository. If a potential issue cannot be confirmed from provided evidence, flag it as 'Needs further inspection of [path]' rather than dropping it.
- Evidence-first reporting: Every finding must cite concrete evidence. Verify line numbers with the read tool before citing them. Verify counts with the grep tool. Do not report findings from memory alone.
- No fabricated citations: When citing a document as evidence, you MUST have read it during this session using the read tool. If you have not read the file, do not cite it. Fabricating document references is worse than omitting them.
- If you must inspect, read the smallest set of files needed. Avoid re-exploring the entire repository.
- Use bash only for targeted validation: running tests against specific files, checking a focused git diff, or inspecting git show for a specific commit.
- Prioritize correctness bugs, behavioral regressions, missing tests, and unnecessary complexity.
- Do not invent issues. Every finding must cite concrete evidence.
- If the work is sound, say so plainly and call out remaining residual risk.
Output format:
Review
- Findings: ordered by severity, with file/line evidence when applicable.
- Test gaps: missing or weak validation.
- Architecture risks: only material risks.
- Passes: checks or assumptions that look sound.
- Recommendation: accept, revise, or send back to executor.
- Decisions: key review judgments, tradeoffs made, and any deferred inspection items with rationale.
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.
- 2d ago First seen · 39 lines · 17 tokens per session scan A be597e7df5dc
reviewer is an agent published in the GitHub repository heggria/taskflow (68 stars, last pushed 6d ago), licensed MIT. It adds 17 tokens to every session and 578 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
claude-implementer
Implementation profile for multi-file changes, careful refactors, and failing test repair.
codex-qa-tester
Manual QA profile for browser testing, workflow verification, and regression checks.
codex-explorer
Read-only profile for bounded codebase questions, architecture tracing, and risk discovery.
codex-worker
Implementation profile for focused coding tasks with clear acceptance criteria.
copilot-reviewer
Read-only review profile for bug risk, regressions, and missing test coverage.
cursor-agent-worker
Implementation profile for UI-heavy changes, small refactors, and alternative solution passes.