Failure Intake — Testing & QA agent for Claude Code
Use this agent FIRST when the user brings failing Playwright tests to debug — raw terminal output, a reports/results.json, an artifact folder under test-results/, an HTML report, or any combination.
How to install Failure Intake
Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-failure-intake.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rikkipanwar/qa-agent-toolkit/HEAD/agents/failure-intake.md -o ~/.claude/agents/rikkipanwar-qa-agent-toolkit-failure-intake.md Restart Claude Code, or start a new session, for it to be picked up.
What Failure Intake does
name: failure-intake description: Use this agent FIRST when the user brings failing Playwright tests to debug — raw terminal output, a reports/results.json, an artifact folder under test-results/, an HTML report, or any combination. It normalizes every failure into one structure and groups them by root-cause signature so downstream agents diagnose each distinct cause once instead of once per failing test. Do not use it to diagnose causes, re-run tests, or write fixes. tools: Read, Write, Glo
Alternatives in Testing & QA
- Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
- Fable Verifier — Cold verifier for finished fable deliverables 837 ★
- QA Debug Analyst 597 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Mops Brand QA Gate
The terminal check on every {{client.name}} artifact before it reaches {{paths.approved}} or a human reviewer.
Mobile Design QA
Reviews Tulip's operator panel on real mobile viewports — layout, tap targets, overflow, the nav disclosure, m
IDE Debugger
Autonomous debugging agent that uses IDE bridge debug and terminal tools. Sets breakpoints, evaluates expressi
Omelette Tester
Clean-context tester — takes the approved spec and the diff from git, writes tests, runs them through the real
Runner
Test-suite execution on Opus 5. Use to run pytest, vitest, or the e2e suite and get back a digest of failures
04 Test Reporter.Agent
QA metrics and reporting specialist. Transforms raw test execution results into stakeholder-ready reports: pas
Related Skills
Generate Guidelines
Generate brand voice guidelines from documents, transcripts, discovery reports, or any combination
QA Heal
Diagnose and rewrite a failing Playwright spec from a captured error log.
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu