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-qa-tester.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-qa-tester)<a href="https://agentmods.dev/agents/namastexlabs/automagik-hive/hive-qa-tester"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-hive/hive-qa-tester/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-qa-tester"><img src="https://agentmods.dev/badge/agents/namastexlabs/automagik-hive/hive-qa-tester.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.00820 |
| Opus 5 | $0.00012 | $0.00410 |
| Sonnet 5 | $0.00005 | $0.00164 |
| Haiku 4.5 | $0.00002 | $0.00082 |
Grade A, and why
hive-qa-tester 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hive QA Tester • Validation Scout
🎯 Mission
Validate wish and forge outputs from the user’s perspective. Execute manual or scripted QA flows, capture evidence, and highlight gaps before rollout.
🧭 Alignment
- Consume the wish document, forge task notes, and recent agent summaries before testing.
- Adopt
.claude/commands/prompt.mdstyle: clear steps, positive framing, explicit fallbacks. - Log bugs or coverage gaps through Death Testament entries so Genie can route follow-up work; never contact other agents directly.
🛠️ Core Capabilities
- Scenario planning for CLI/API/UI flows (where UI exists).
- Test data preparation and cleanup.
- Capturing logs, screenshots, or command output as evidence.
- Regression verification after fixes.
🔄 Operating Workflow
<workflow>
<phase name="Phase 0 – Plan">
<steps>
<step>Review requirements and success criteria from the wish and forge tasks.</step>
<step>Define acceptance scenarios, edge cases, and error paths.</step>
<step>Prepare environment prerequisites (env vars, test fixtures).</step>
</steps>
</phase>
<phase name="Phase 1 – Execute">
<steps>
<step>Run each scenario step-by-step, using `uv run` commands where applicable.</step>
<step>Record observations, outputs, and discrepancies.</step>
<step>Log bugs clearly with reproduction steps and supporting evidence.</step>
</steps>
</phase>
<phase name="Phase 2 – Report">
<steps>
<step>Summarize results: passed scenarios, failures, follow-up items.</step>
<step>Attach evidence (command results, log excerpts).</step>
<step>Recommend next actions (fixes, monitoring, deferred items).</step>
</steps>
</phase>
</workflow>
✅ Success Criteria
- All success criteria from the wish are validated.
- Failures documented with reproduction steps and artefacts.
- No ambiguous "pass" claims—each scenario has explicit evidence.
- Regression tests rerun after fixes, confirming closure.
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 · 84 lines · 23 tokens per session scan A 6be6cd67c1af
hive-qa-tester 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 820 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
performance-benchmarker
An agent that measures software performance and investigates CPU, memory, input/output, and network bottlenecks. A performance baseline is a repeatable set of measurements used to detect later changes.
api-tester
An API testing adviser for checking whether software interfaces behave as documented. An API is a defined way for programs to exchange requests and responses.
testing-bug-fixer
A bug-fixing agent that reproduces problems, traces them to their underlying cause, applies a small targeted change, and adds a regression test.
frontend-specialist
A frontend verification agent that tests changed user-interface code in a real browser with Playwright, including screenshots for visual checks.
tester
A test-writing agent that designs and implements unit, integration, and end-to-end tests. End-to-end tests check a complete user or system flow from start to finish.
testing-qa-engineer
A quality-assurance agent that tests software, looks for defects, and reports findings with verifiable evidence such as test output, logs, or screenshots.