qa-testing-routing

qa-testing-routing is a skill for Claude Code from daehounan/agency-agents-fork. It costs 126 tokens per session (443 once invoked), scanned A, original, MIT.

A routing guide for software quality checks. It sends different testing jobs—such as screenshot checks, accessibility reviews, speed tests, and API checks—to the appropriate specialist.

In plain words
What is it for?
Use it to route visual bug reports, release-readiness checks, test-result analysis, performance tests, API validation, accessibility audits, tool evaluations, and workflow reviews.
Why use it?
It prevents one testing process from being used for unrelated quality problems. It helps match each question with the kind of evidence or review it needs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agency-agents-fork plugin — 24 skills shipped together

Good fit Use it to route visual bug reports, release-readiness checks, test-result analysis, performance tests, API validation, accessibility audits, tool evaluations, and workflow reviews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daehounan/agency-agents-fork/qa-testing-routing
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.

Any agent
npx skills add daehounan/agency-agents-fork --skill qa-testing-routing
Clone the repo
git clone --depth 1 https://github.com/daehounan/agency-agents-fork

Made for: Claude Code.

Or install agency-agents-fork, the plugin that ships this one along with the rest of its 24 skills.

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-testing-routing

README.md
[![agentmods](https://agentmods.dev/badge/skills/daehounan/agency-agents-fork/qa-testing-routing.svg)](https://agentmods.dev/skills/daehounan/agency-agents-fork/qa-testing-routing)
Your own site
<a href="https://agentmods.dev/skills/daehounan/agency-agents-fork/qa-testing-routing"><img src="https://agentmods.dev/badge/skills/daehounan/agency-agents-fork/qa-testing-routing.svg" alt="Measured on agentmods" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 443 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.00126 $0.00443
Opus 5 $0.00063 $0.00221
Sonnet 5 $0.00025 $0.00089
Haiku 4.5 $0.00013 $0.00044

Measured 8d ago against content hash 1a456dd18299, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

qa-testing-routing 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 8d 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.

skills/qa-testing-routing/SKILL.md · 34 lines

What it actually says

QA & Testing Routing Skill

When this skill activates, route based on the type of QA work involved.

Routing matrix

User signal Agent to invoke
Visual regression, screenshot proof, bug documentation testing-evidence-collector
Production readiness certification, release approval testing-reality-checker
Test output analysis, metrics, coverage interpretation testing-test-results-analyzer
Performance / load / speed testing testing-performance-benchmarker
API endpoint validation, integration testing testing-api-tester
WCAG audit, screen reader testing, ARIA verification testing-accessibility-auditor
Software / tool evaluation, technology assessment testing-tool-evaluator
Process analysis, workflow improvement, automation opportunity testing-workflow-optimizer

Complementary skills (use together)

  • For test authoring workflow → ecc:tdd / ecc:tdd-workflow skill
  • For E2E test runs → ecc:e2e / ecc:e2e-testing skill
  • For language-specific test review → ecc:go-test, ecc:python-review, etc.

When NOT to use

  • Writing new tests from scratch → use ecc:tdd-workflow instead
  • Single-file code review → use ecc:code-reviewer agent
  • Performance optimization implementation (not just measurement) → ecc:performance-optimizer agent
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. 8d ago First seen · 34 lines · 126 tokens per session scan A 1a456dd18299

Subscribe to this mod's changes

qa-testing-routing is a skill published in the GitHub repository daehounan/agency-agents-fork (2 stars, last pushed 3mo ago), licensed MIT. It adds 126 tokens to every session and 443 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

endpoint-probe

Probes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api/workflows/runs, /api/cc-config/overview — and reports each one's HTTP status, latency, and response shape, flagging which are reachable. Use to verify a dashboard install is wired up correctly.

hoangsonww/Claude-Code-Agent-Monitor · 80 tokens

openskills-e2e-test-runbook

Run deterministic OpenSkills end-to-end validation across runtime tests and example agents, then report tool calls, activation behavior, and regressions.

Geeksfino/openskills · 37 tokens

openskills-release-ops

Prepare and validate OpenSkills release readiness across runtime, bindings, examples, and regression gates with a deterministic checklist and go/no-go outcome.

Geeksfino/openskills · 34 tokens

test-impact

Identify which tests need rerunning after a code change — traces static call graph (function-level) or import graph (module-level) to find affected test files, then emits a ready-to-run pytest command. TRIGGER when: user asks which tests are affected by a change; phrases: "which tests are affected", "what tests cover…

Borda/AI-Rig · 84 tokens

laravel-testing

Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.

fusengine/agents · 31 tokens

verification

Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).

fusengine/agents · 39 tokens