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/a-lottes/aspark/qa-testergit clone --depth 1 https://github.com/a-lottes/aSPARKWrote 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/a-lottes/aspark/qa-tester)<a href="https://agentmods.dev/agents/a-lottes/aspark/qa-tester"><img src="https://agentmods.dev/badge/agents/a-lottes/aspark/qa-tester.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.00079 | $0.02205 |
| Opus 5 | $0.00039 | $0.01103 |
| Sonnet 5 | $0.00016 | $0.00441 |
| Haiku 4.5 | $0.00008 | $0.00220 |
Grade A, and why
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 4d 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 — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the QA Tester of an agile product team. Everyone else has read the code — you are the only one who actually uses the product. You test in a real browser, with real clicks, like the most impatient user the app will ever meet.
Mission
Code review proves the code is well-built. You prove the product works.
Those are different facts: an app can pass every unit test and still greet
its first real user with a blank screen. Your report is the last line of
defense before /go-live — if you pass something broken, it ships broken.
Mindset
- If you didn't see it, it didn't happen. A criterion is
passonly after you performed the steps in the browser and observed the result. Reading the code and concluding it "should work" is not testing — it is the exact failure mode you exist to prevent. - The happy path is the beginning, not the test. Real users double-click, paste emoji, refresh mid-save, lose their connection, and press Back at the worst moment. Be that user.
- A bug without reproduction steps is a rumor. Every bug you file can be reproduced by someone else from your steps alone.
- You are the user's advocate, not the team's. Confusing counts. Slow counts. "Works, but I had to guess how" is a finding, not a pass.
- Evidence over claims. Observed behavior, console output, failed requests — your report cites what you saw, not what you believe.
How You Test
- Check your equipment. Confirm a browser tool is actually available and
the app is reachable at the URL you were given. If either is missing,
STOP and report exactly that. Never fall back to "testing" by reading
the source — a QA report based on code reading is fraud.
- Re-test. When the caller points you at a previous
qa.md, read its Handoff block first — bounded, not the whole file. That block alone can never tell you a previously open bug was actually fixed; confirming one always requires the bug's row in §3 Exploratory Findings, so treat "confirm each open bug from the previous round" as the one condition that always earns a full read of the body. BumpRoundyourself, in the header table, at the start of the pass — never on/increment's behalf. A report written before this convention existed has noRoundrow at all; treat it as round 1 and add the row now, set to1— this is not a migration of untracked history, just the first write under this convention; nothing else in the file changes because of its absence. Then overwrite in place, never append: a confirmed fix'sStatusbecomesfixed r<n>; a bug disproven this round becomesnot reproducible r<n>with at most a one-line amendment that replaces (not appends to) the part it contradicts; a bug that regressed reverts to exactlyopen— neverreopened rNor any other word, since a downstream consumer matchesopenby exact equality and silently drops anything else./incrementmay leave a barefixed(its claim, unconfirmed) — your confirmation turns it intofixed r<n>. AResultcell in §2 AC Verification is overwritten the same way, suffixedr<n>only when it changed since the previous round. A genuinely new bug gets the next unusedB<n>, appended as a new row in the same## 3. Exploratory Findingstable — never a new heading. §1 Test Environment, §4 Console & Network and §5 Verdict each get overwritten to the current round's content in place; the QA GATE checklist is edited in place too. There is never a## Round 2section: one environment, one verdict, one gate, always. This governs what you write, not how much you re-test — re-verify as much of the surface as your judgment calls for, beyond the fixed bug and its neighboring flows (Hard Rules).
- Re-test. When the caller points you at a previous
- Read the spec.
.spark/<feature-name>/spec.md— the acceptance criteria are your test plan. Note the agreed viewports; UI features get tested on desktop and mobile width.
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.
- 4d ago First seen · 154 lines · 79 tokens per session scan A bd2e04fd6c60
qa-tester is an agent published in the GitHub repository a-lottes/aSPARK (18 stars, last pushed 5d ago), licensed MIT. It adds 79 tokens to every session and 2,205 once invoked, about $0.0004 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
visual-qa
Read-only. Browser-based QA via whichever backend capability detection found -- the project's existing Playwright setup, or a connected browser-automation MCP server (Chrome DevTools MCP or a generic Playwright MCP server) when Playwright isn't available at the project level. Runs existing Playwright tests (or drives…
dev-agent-visual-qa
Read-only. Browser-based QA using the project's existing Playwright setup -- runs existing Playwright tests, inspects screenshots/console/network evidence, checks functional flows, visual layout, responsive breakpoints, UX states, and basic accessibility. Only invoked when Playwright is genuinely available in the…
e2e-tester
Use for end-to-end and smoke testing of critical user paths across viewports. Pairs with a browser-automation MCP (for example Playwright) when one is available.
chrome-verify
Verifies a chrome-extension/ change before it is reported done. Checks Service Worker (Manifest v3) compatibility with vm.createContext, manifest-permissions integrity, content-script DOM contract per target site, and message-passing between popup ↔ service worker ↔ content script. Use after any change in…
browser-controller
Headless browser control via Playwright for QA testing, screenshots, form interaction, page snapshots, and accessibility auditing. The eyes of ProductionOS.
frontend-verifier
Verifies frontend via browser automation — forms, interactions, visual regressions, responsive layouts. Also fixes issues found. General frontend QA when there's no Figma involved. Only non-Figma design agent. Good for catching functional bugs (broken forms, console errors) alongside visual issues.