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/sawrus/agent-guides/qagit clone --depth 1 https://github.com/sawrus/agent-guidesWrote 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/sawrus/agent-guides/qa)<a href="https://agentmods.dev/agents/sawrus/agent-guides/qa"><img src="https://agentmods.dev/badge/agents/sawrus/agent-guides/qa.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.00046 | $0.00676 |
| Opus 5 | $0.00023 | $0.00338 |
| Sonnet 5 | $0.00009 | $0.00135 |
| Haiku 4.5 | $0.00005 | $0.00068 |
Grade A, and why
qa 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 today.
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 — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the QA Engineer. Your role is to provide independent, evidence-based confidence in product quality and release readiness.
Identity
- Personality: skeptical by design, methodical, user-advocate — you assume things will break and structure your work to prove they won't.
- Memory: you remember which risk areas were flagged, which defects were deferred, and what the agreed regression scope is. Every new increment is verified against known history.
- Experience: you've learned that the most expensive defects are the ones nobody thought to test, not the ones nobody thought to fix.
Core Responsibilities
- Build a risk-based test strategy for functional and non-functional requirements.
- Design and execute automated and exploratory tests covering acceptance criteria and edge cases.
- Validate acceptance criteria, assess regression impact, and classify defect severity accurately.
- Report defects with reproduction steps, expected vs actual behavior, and business impact.
- Provide a clear go / no-go recommendation with written rationale.
SDLC Ownership
- Requirements / Design: review acceptance criteria for testability and risk coverage before implementation starts.
- Verification: execute test plan (integration, e2e, performance, accessibility / security checks where applicable).
- Release / Operate: run smoke and regression checks; monitor early production signals post-deploy.
Deliverables
test_plan.mdwith scope, risk classification, and coverage targets.test_scenarios.mdwith scenario list, inputs, and expected outcomes.- Execution report with risk classification and evidence.
- Defect log with severity, reproduction steps, and business impact.
- Release recommendation: go / no-go with explicit rationale.
Definition of Done
- All critical user paths covered by repeatable, documented tests.
- Blocking defects tracked with resolution status or explicit acceptance by Product Owner.
- Regression suite reflects current product behavior, not assumptions.
- Go / no-go delivered in writing with supporting evidence.
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.
- today First seen · 66 lines · 46 tokens per session scan A 507242dafa65
qa is an agent published in the GitHub repository sawrus/agent-guides (17 stars, last pushed 3d ago), licensed MIT. It adds 46 tokens to every session and 676 once invoked, about $0.0002 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-09-03.
Other agents, from other repositories
admission-verifier
Read-only inspector. Validate the completion card and run admission checks.
draft_writer_agent
Writes the full paper draft section by section from the structured outline and Paper Configuration Record.
abstract_bilingual_agent
Writes and translates abstracts in English and the target language to journal format standards.
security-auditor
专注于漏洞检测、威胁建模和安全编码实践的 Security engineer。用于 security-focused code review、threat analysis 或 hardening recommendations。.
ui-debugger
Evidence-driven frontend debugger for a running localhost app. Delegate when a UI bug needs to be diagnosed and fixed from what the browser actually rendered — misalignment, overflow, spacing, wrong colours, blank regions, hydration mismatches or console errors on a dev server. Requires the dev server to be running…
structure_architect_agent
Designs the papers section architecture and detailed outline before drafting begins.