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.
/plugin marketplace add HirogaKatageri/hirokata/plugin install guildWrote 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/skills/hirogakatageri/hirokata/qa)<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>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.1 | $0.00119 | $0.03272 |
| Opus 5 | $0.00060 | $0.01636 |
| Sonnet 5 | $0.00024 | $0.00654 |
| Haiku 4.5 | $0.00012 | $0.00327 |
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.
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
- scope —
product(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") - mode —
full(default) orcadence.
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:
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.
- 3d ago Changed · +124 lines · +5 tokens per session 6af0d83bc389
- 8d ago First seen · 181 lines · 114 tokens per session scan A 09f5b3694000
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.
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.
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.
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…
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.
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…
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.