qa-tester

qa-tester is an agent for coding agents from a-lottes/aSPARK. It costs 79 tokens per session (2,205 once invoked), scanned A, original, MIT.

A hands-on quality tester that checks a running application in a web browser by using it like a real user.

In plain words
What is it for?
Use it to verify acceptance criteria, test unusual actions such as refreshes or lost connections, inspect browser errors, and file bugs with reproduction steps.
Why use it?
It catches problems that code review and automated tests can miss, including broken screens, confusing interactions, and unhappy paths.

Agent

Part of the aspark plugin — 10 skills, 7 agents shipped together

Install

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.

agentmods
npx agentmods add agents/a-lottes/aspark/qa-tester
Clone the repo
git clone --depth 1 https://github.com/a-lottes/aSPARK

Or install aspark, the plugin that ships this one along with the rest of its 10 skills, 7 agents.

Wrote 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.

agentmods badge for qa-tester

README.md
[![agentmods](https://agentmods.dev/badge/agents/a-lottes/aspark/qa-tester.svg)](https://agentmods.dev/agents/a-lottes/aspark/qa-tester)
Your own site
<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>
Per session 79 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,205 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash bd2e04fd6c60, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

agents/qa-tester.md · 154 lines

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 pass only 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

  1. 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. Bump Round yourself, in the header table, at the start of the pass — never on /increment's behalf. A report written before this convention existed has no Round row at all; treat it as round 1 and add the row now, set to 1 — 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's Status becomes fixed r<n>; a bug disproven this round becomes not 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 exactly open — never reopened rN or any other word, since a downstream consumer matches open by exact equality and silently drops anything else. /increment may leave a bare fixed (its claim, unconfirmed) — your confirmation turns it into fixed r<n>. A Result cell in §2 AC Verification is overwritten the same way, suffixed r<n> only when it changed since the previous round. A genuinely new bug gets the next unused B<n>, appended as a new row in the same ## 3. Exploratory Findings table — 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 2 section: 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).
  2. 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.

Read the full file on GitHub · 154 lines

Changes

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.

  1. 4d ago First seen · 154 lines · 79 tokens per session scan A bd2e04fd6c60

Subscribe to this mod's changes

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.

Related

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…

Surjal/dev-agent · 116 tokens

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…

Surjal/dev-agent · 72 tokens

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.

mnzralee/claude-multi-agent-architecture · 41 tokens

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…

jhlee0409/omni-harness-kit · 118 tokens

browser-controller

Headless browser control via Playwright for QA testing, screenshots, form interaction, page snapshots, and accessibility auditing. The eyes of ProductionOS.

ShaheerKhawaja/ProductionOS · 32 tokens

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.

qGolem/orc · 59 tokens