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.
npx skills add daehounan/agency-agents-fork --skill qa-testing-routinggit clone --depth 1 https://github.com/daehounan/agency-agents-forkWrote 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/daehounan/agency-agents-fork/qa-testing-routing)<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>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.00126 | $0.00443 |
| Opus 5 | $0.00063 | $0.00221 |
| Sonnet 5 | $0.00025 | $0.00089 |
| Haiku 4.5 | $0.00013 | $0.00044 |
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.
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-workflowskill - For E2E test runs →
ecc:e2e/ecc:e2e-testingskill - For language-specific test review →
ecc:go-test,ecc:python-review, etc.
When NOT to use
- Writing new tests from scratch → use
ecc:tdd-workflowinstead - Single-file code review → use
ecc:code-revieweragent - Performance optimization implementation (not just measurement) →
ecc:performance-optimizeragent
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.
- 8d ago First seen · 34 lines · 126 tokens per session scan A 1a456dd18299
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.
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.
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.
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.
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…
laravel-testing
Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.
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).