qa

qa is a skill for Claude Code from HirogaKatageri/hirokata. It costs 119 tokens per session (3,272 once invoked), scanned A, original, MIT.

A quality-assurance workflow for testing a product, such as an app or checkout process, and recording defects and regression tests. Quality assurance means checking that software works as expected, including unusual cases.

In plain words
What is it for?
Use it to plan risk-based coverage, run tests on a product, write end-to-end tests, and verify that reported defects were fixed.
Why use it?
It gives testing its own work process, so defects are reported as fixable tasks and fixes are checked again.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the guild plugin — 20 skills, 15 agents shipped together

Good fit Use it to plan risk-based coverage, run tests on a product, write end-to-end tests, and verify that reported defects were fixed.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add HirogaKatageri/hirokata
Claude Code
/plugin install guild

Made for: Claude Code.

Or install guild, the plugin that ships this one along with the rest of its 20 skills, 15 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/hirogakatageri/hirokata/qa.svg)](https://agentmods.dev/skills/hirogakatageri/hirokata/qa)
Your own site
<a href="https://agentmods.dev/skills/hirogakatageri/hirokata/qa"><img src="https://agentmods.dev/badge/skills/hirogakatageri/hirokata/qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,272 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00119 $0.03272
Opus 5 $0.00060 $0.01636
Sonnet 5 $0.00024 $0.00654
Haiku 4.5 $0.00012 $0.00327

Measured 3d ago against content hash 6af0d83bc389, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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 3d 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.

plugins/guild/skills/qa/SKILL.md · 305 lines

How it starts

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

QA — independent quality discipline

Seed a QA pass onto the guild board. QA is a discipline that produces work, not a step in the feature chain: the qa-strategist plans risk-based coverage, the qa-tester runs the actual product and authors end-to-end regression specs, and any defect is filed back as a developer fix task paired with a re-verify qa-tester task that empirically confirms the fix.

QA's two durable outputs are board rows. The strategist writes the risk map as coverage rows; the tester files defects as bug rows and stamps the areas it drove. That is what puts QA's work in v_brief, in the dashboard's Bugs and Coverage views, and in reach of a cadence. .guild/qa/ still holds the charter, the missions, the session logs and the regression manifest — the thinking, not the records.

Three skills carry the detail; load what you need:

  • guild:warehouse — how to write SQL against the board at all. Load it first.
  • guild:qa-mindset — the discipline (pillars, what-if catalog, hybrid oracle)
  • guild:qa-artifacts — which output is a row, which is prose, and the exact SQL for each

Step 1 — is there a guild

export PATH="$HOME/.turso:$PATH"
DB=.guild/guild.db
[ -f .guild/config.yaml ] || echo "no guild here"
q() { printf '%s\n' "$1" | tursodb -q -m list "$DB"; }

-m list, always — the default pretty mode truncates long values with an ellipsis, and a clipped requirement body is a QA pass planned against the wrong oracle.

Not found:

No guild found. Run /guild:check-in to initialize first.

Stop here.

Step 2 — ensure the QA workspace

mkdir -p .guild/qa/missions .guild/qa/sessions

Step 3 — scope and mode

  • scopeproduct (a full pass) or a named area/flow. If absent, ask: What should QA cover? ("product" for a full pass, or a flow like "checkout")
  • modefull (default) or cadence.

Step 4 — the standing QA umbrella requirement

QA tasks anchor to a requirement, and there is one evergreen umbrella reused across every pass. Look for it before creating it:

Read the full file on GitHub · 305 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. 3d ago Changed · +124 lines · +5 tokens per session 6af0d83bc389
  2. 8d ago First seen · 181 lines · 114 tokens per session scan A 09f5b3694000

Subscribe to this mod's changes

qa is a skill published in the GitHub repository HirogaKatageri/hirokata (5 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 3,272 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

test-warp-ui

Guides testing Warp UI features and changes using the computer use tool. Use this skill only when computer-use testing was requested (explicit request or accepted offer) and the computeruse tool is available to the agent. Covers launching Warp and verifying UI behavior.

warpdotdev/warp · 55 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog-foss · 112 tokens

pyats-dynamic-test

Generate and execute deterministic pyATS aetest validation scripts - interface state, OSPF neighbors, BGP paths, ping matrices, and custom compliance tests. Use when writing a network test, validating post-change state, running pass/fail checks, or building automated regression tests.

automateyournetwork/netclaw · 61 tokens

trailblaze

Use when working with Trailblaze — natural-language device control for coding agents across iOS, Android, and web, with replayable .trail.yaml files as the artifact. Trigger on mentions of Trailblaze, the trailblaze CLI, .trail.yaml files, trailmaps, waypoints, or requests to drive / author / debug / run UI tests on…

block/trailblaze · 115 tokens

Detox Mobile Testing

Gray-box end-to-end testing for React Native apps with Detox. Covers .detoxrc.js configuration, build and test commands, matchers, device.launchApp control, automatic synchronization, and macOS CI pipelines.

PramodDutta/qaskills · 48 tokens