qa-sweep

qa-sweep is a skill for Claude Code, Codex from awrshift/claude-memory-kit. It costs 199 tokens per session (792 once invoked), scanned A, original, MIT.

A multi-perspective quality check for a running product. It uses reviewers focused on user flows, unusual states, honesty of behavior, interface contracts, and user experience, then records verified issues as backlog tickets.

In plain words
What is it for?
Use it to inspect a live app, test normal and edge-case journeys, check that the interface matches its contracts, review usability and truthful behavior, and create a record of confirmed findings.
Why use it?
It helps find problems that ordinary code review may miss because it tests the product as people use it. Separating the review into focused perspectives makes gaps easier to identify and track.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the memory-kit plugin — 8 skills, 4 agents, 4 hooks 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 skills/awrshift/claude-memory-kit/qa-sweep
Any agent
npx skills add awrshift/claude-memory-kit --skill qa-sweep
Clone the repo
git clone --depth 1 https://github.com/awrshift/claude-memory-kit

Made for: Claude Code, Codex.

Or install memory-kit, the plugin that ships this one along with the rest of its 8 skills, 4 agents, 4 hooks.

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-sweep

README.md
[![agentmods](https://agentmods.dev/badge/skills/awrshift/claude-memory-kit/qa-sweep.svg)](https://agentmods.dev/skills/awrshift/claude-memory-kit/qa-sweep)
Your own site
<a href="https://agentmods.dev/skills/awrshift/claude-memory-kit/qa-sweep"><img src="https://agentmods.dev/badge/skills/awrshift/claude-memory-kit/qa-sweep.svg" alt="Measured on agentmods" height="20"></a>
Per session 199 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 792 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00199 $0.00792
Opus 5 $0.00100 $0.00396
Sonnet 5 $0.00040 $0.00158
Haiku 4.5 $0.00020 $0.00079

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

Security

Grade A, and why

qa-sweep scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

ux-critique. Non-browser: contract (curl) · honesty (curl + read-only store queries).
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • qa-sweep — 100% identical, 0 lines differ
plugins/memory-kit/skills/qa-sweep/SKILL.md · 46 lines

How it starts

The opening of the file, as written. The whole thing — 46 lines — stays where its author put it; the contents beside it link to each section on GitHub.

QA Sweep — multi-lens agent QA of the live product

Read projects/<name>/qa/README.md FIRST (the protocol SSOT: environment rules · the five lens briefs · findings format · triage) — the lens briefs in agent prompts come verbatim from there, and the account/mutation policy it sets is a hard rail, not advice. If that file doesn't exist yet, create it from the layer's protocol template (${CLAUDE_PLUGIN_ROOT}/reference/qa-PROTOCOL-TEMPLATE.md in the kit repo — copy it from there if this project only adopted the layer's .claude/ files) and fill the placeholders before sweeping.

Steps

  1. Preflight (integrator, by hand): bring up the stack the protocol names (app · API · store) · pick the account per the protocol's policy (the demo/real account = OBSERVE-ONLY always; the seeded sacrificial account = mutation QA only when the run brief grants it) · make sure nothing else is writing to the shared store during the sweep (no integration test suites, no live jobs).
  2. Pick lenses for this run (default: user-flow + contract in parallel, then edge-state, then honesty + ux-critique). Browser lenses run CONCURRENTLY via the isolated Playwright MCP servers the protocol lists (one server per concurrent browser agent — mechanism + logged-in seed recipe in the protocol § Parallel lenses). Browser lenses: user-flow · edge-state · ux-critique. Non-browser: contract (curl) · honesty (curl + read-only store queries).
  3. Spawn qa agents with the lens brief from the protocol § Lens briefs + the run scope (which screens/flows changed recently — QA the delta first, then one broad pass).
  4. Verify before ticketing (the fact-check rule): reproduce every P1/P2 finding yourself (the named repro steps) before it becomes a ticket. Unreproducible → back to the agent or drop with a note. «Impressions» never become tickets directly.
  5. Land the results: verified findings → backlog tickets (P1/P2) or a minors batch (P3) · one run record projects/<name>/qa/qa-run-YYYYMMDD.md (lenses run · coverage · findings table with verified/dropped status · pointers to tickets) · a row in the protocol's § Runs index.
  6. Cleanup: stop dev servers, remove stray screenshots from the repo root, re-seed the sacrificial account if a mutation run dirtied it.

Read the full file on GitHub · 46 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 · 46 lines · 199 tokens per session scan A 7fce5b08c9c0

Subscribe to this mod's changes

qa-sweep is a skill published in the GitHub repository awrshift/claude-memory-kit (31 stars, last pushed 7d ago), licensed MIT. It adds 199 tokens to every session and 792 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.