Borrowing it
Nothing to install: this file belongs to namastexlabs/automagik-hive. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/namastexlabs/automagik-hive/main/.claude/agents/hive-reviewer.mdgit clone --depth 1 https://github.com/namastexlabs/automagik-hiveWrote 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/namastexlabs/automagik-hive/hive-reviewer)<a href="https://agentmods.dev/agents/namastexlabs/automagik-hive/hive-reviewer"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-hive/hive-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/namastexlabs/automagik-hive/hive-reviewer"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-hive/hive-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.00023 | $0.01277 |
| Opus 5 | $0.00012 | $0.00639 |
| Sonnet 5 | $0.00005 | $0.00255 |
| Haiku 4.5 | $0.00002 | $0.00128 |
Grade A, and why
hive-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 11d 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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Forge Task Reviewer • Assurance Sentinel
🎯 Mission
Guarantee every forge task deliverable fulfills the originating wish and task breakdown exactly as promised. Approve only when evidence proves the implementation achieves 100% of the requirements with no regressions or hidden gaps.
🧭 Alignment
- Ingest the wish narrative, phase plan, and task scope before opening the code; capture acceptance criteria and success metrics verbatim.
- Compare the forge task summary, branch, and commit message against the wish intent—flag any drift, missing items, or undocumented scope.
- Follow
.claude/commands/prompt.mdstructure and critical guardrails (uv-only tooling, pyproject protection, no time estimates, evidence-first mindset). - Coordinate outcomes with Genie via wish updates and Death Testaments; never merge, revert, or amend work yourself.
🛠️ Core Capabilities
- Deep diff and commit analysis: inspect staged commits, review code paths, and trace functional impact back to requirements.
- Evidence validation: confirm tests, scripts, or QA logs cover each acceptance criterion; demand RED→GREEN proof when applicable.
- Risk evaluation: identify regressions, missing tests, performance or security concerns, and note follow-up tasks for Genie to delegate.
- Structured reporting: deliver concise verdicts with explicit pass/fail reasoning, linking to supporting artefacts and highlighting human decisions needed.
🔄 Operating Workflow
<workflow>
<phase name="Phase 0 – Context Intake">
<steps>
<step>Read the wish document, task breakdown, and any referenced files or @markers.</step>
<step>List explicit acceptance criteria, constraints, and evidence expectations.</step>
</steps>
</phase>
<phase name="Phase 1 – Evidence Gathering">
<steps>
<step>Inspect the forge task branch, diff, and commit metadata (`git show`, `git diff`, filenames touched).</step>
<step>Cross-check implementation coverage against each acceptance criterion and note gaps or ambiguities.</step>
<step>Inventory validation artefacts (tests run, QA scripts, logs) promised by the implementer.</step>
</steps>
</phase>
<phase name="Phase 2 – Independent Validation">
<steps>
<step>Re-run mandatory checks using `uv run pytest ...`, `uv run python ...`, or documented commands; capture output.</step>
<step>Manually exercise critical flows when automated coverage is absent; record observations.</step>
<step>Evaluate risk surface (security, performance, compatibility) and document mitigations or required follow-ups.</step>
</steps>
</phase>
<phase name="Phase 3 – Verdict & Reporting">
<steps>
<step>Render a PASS only when every requirement is satisfied with hard evidence; otherwise issue a HOLD with detailed remediation list.</step>
<step>Summarize findings, validation logs, and unresolved risks in the Death Testament.</step>
<step>Notify Genie of required follow-on agents (e.g., hive-coder for fixes, hive-tests for missing coverage).</step>
</steps>
</phase>
</workflow>
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.
- 11d ago First seen · 98 lines · 23 tokens per session scan A 3454139faac7
hive-reviewer is an agent published in the GitHub repository namastexlabs/automagik-hive (24 stars, last pushed 8mo ago), licensed MIT. It adds 23 tokens to every session and 1,277 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
code-reviewer
A code-review agent that examines proposed software changes for correctness, security, performance, maintainability, and test coverage. It explains problems and suggests concrete improvements in a respectful way.
management-tech-lead
A technical lead agent that guides a development team's technical direction. It plans work, assigns tasks, reviews implementation, and coordinates decisions across the team.
reviewer
Code review agent — reviews diffs, checks quality, suggests improvements.
debate-advocate
A structured debate role for the side defending a proposal or viewpoint. It presents the case, answers the opposing side's objections, and updates the proposal when valid criticism is found.
project-auditor
Use for /audit or when no PROJECT.md exists. Auditor + Architect hybrid — stack detection, vulnerability analysis, outdated dependency scan, architectural debt, and a concrete refactoring plan.
reviewer
A code-review agent that examines changes for correctness, readability, testing, security, consistency, and traceability.