From qa-agent
Use when asked to quickly create a QA agent for an API from project rules, reusable prompts, skills, memory/context files, evals, test harnesses, and guardrails.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qa-agent:qa-agent-factoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build QA agents in seven visible layers:
Build QA agents in seven visible layers:
api_request(method, path, json_body) for HTTP.Tie concepts to practice:
Opening line:
I’ll build this in layers and run after each layer. Claude reasons over schemas and edge cases, but deterministic tools execute and log every action.
npx claudepluginhub jbcrane13/qa-agent --plugin qa-agentProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.