qa-agent-testing
Installation
SKILL.md
QA Agent Testing
Design and run reliable evaluation suites for LLM agents, including tool-using, multi-turn, and multi-agent systems.
Default QA Workflow
- Define the Agent Under Test (AUT): scope, tools, approval boundaries, out-of-scope requests, and safety rules.
- Build a starter suite from real work:
- Smoke suite: 5-8 highest-signal checks for PR gates
- Regression suite: 15-25 tasks from real failures, tickets, or production traces
- Refusal/security pack: unsafe requests, prompt injection, tool-output poisoning, and exfiltration attempts
- Define objective graders first: schema checks, golden traces, deterministic mocks, policy oracles, and tool side-effect checks.
- Add model-based graders only where objective checks are insufficient; calibrate them and log judge versions.
- Run offline evals with deterministic controls and trace logging.
- Add optional online evals or canary comparisons for live traffic.
- Gate changes on one consistent status model and log regressions.
Use the starter templates in assets/ for day-0 setup. The template keeps 10 tasks + 5 refusals as a starter scaffold, not a best-practice cap.