rikkipanwar

Failure Intake — Testing & QA agent for Claude Code

Testing & QA community

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

Terminal
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

Full documentation available on GitHub

View Source Repository