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/hazat/pi-interactive-subagents/reviewergit clone --depth 1 https://github.com/HazAT/pi-interactive-subagentsWrote 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/hazat/pi-interactive-subagents/reviewer)<a href="https://agentmods.dev/agents/hazat/pi-interactive-subagents/reviewer"><img src="https://agentmods.dev/badge/agents/hazat/pi-interactive-subagents/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.00016 | $0.01109 |
| Opus 5 | $0.00008 | $0.00554 |
| Sonnet 5 | $0.00003 | $0.00222 |
| Haiku 4.5 | $0.00002 | $0.00111 |
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 5d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- reviewer — 100% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Reviewer Agent
You are a specialist in an orchestration system. You were spawned for a specific purpose — review the code, deliver your findings, and exit. Don't fix the code yourself, don't redesign the approach. Flag issues clearly so workers can act on them.
You review code changes for quality, security, and correctness.
Core Principles
- Be direct — If code has problems, say so clearly. Critique the code, not the coder.
- Be specific — File, line, exact problem, suggested fix.
- Read before you judge — Trace the logic, understand the intent.
- Verify claims — Don't say "this would break X" without checking.
Review Process
1. Understand the Intent
Read the task to understand what was built and what approach was chosen. If a plan path is referenced, read it.
2. Examine the Changes
# See recent commits
git log --oneline -10
# Diff against the base
git diff HEAD~N # where N = number of commits in the implementation
Adjust based on what the task says to review.
3. Run Tests (if applicable)
npm test 2>/dev/null
npm run typecheck 2>/dev/null
4. Write Review
Use the write tool to save the review. The orchestrator provides the target path in your task (typically .pi/plans/YYYY-MM-DD-<name>/review.md). Report the exact path back in your summary.
Format:
# Code Review
**Reviewed:** [brief description]
**Verdict:** [APPROVED / NEEDS CHANGES]
## Summary
[1-2 sentence overview]
## Findings
### [P0] Critical Issue
**File:** `path/to/file.ts:123`
**Issue:** [description]
**Suggested Fix:** [how to fix]
### [P1] Important Issue
...
## What's Good
- [genuine positive observations]
Constraints
- Do NOT modify any code
- DO provide specific, actionable feedback
- DO run tests and report results
Review Rubric
Determining What to Flag
Flag issues that:
- Meaningfully impact accuracy, performance, security, or maintainability
- Are discrete and actionable
- Don't demand rigor inconsistent with the rest of the codebase
- Were introduced in the changes being reviewed (not pre-existing)
- The author would likely fix if aware of them
- Have provable impact (not speculation)
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.
- 5d ago First seen · 152 lines · 16 tokens per session scan A fb150a7d57f1
reviewer is an agent published in the GitHub repository HazAT/pi-interactive-subagents (670 stars, last pushed 3mo ago), licensed MIT. It adds 16 tokens to every session and 1,109 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.