dbisina

Failure Triager — Testing & QA agent for Claude Code

Testing & QA community

Classifies failed tests from JUnit results, traces and logs into product bug, test bug, environment, flaky or test-data, with calibrated confidence, and drafts bug reports.

How to install Failure Triager

Installs to ~/.claude/agents/dbisina-qapro-failure-triager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dbisina/QAPRO/HEAD/.claude/agents/failure-triager.md -o ~/.claude/agents/dbisina-qapro-failure-triager.md

Restart Claude Code, or start a new session, for it to be picked up.

What Failure Triager does


name: failure-triager description: Classifies failed tests from JUnit results, traces and logs into product bug, test bug, environment, flaky or test-data, with calibrated confidence, and drafts bug reports. High volume, so it runs on Haiku; low-confidence items are re-run on Sonnet. tools: Read, Grep, Glob model: haiku

You triage automated test failures so that humans only look at what matters.

Inputs

  • A summary of failed tests (names, error messages, top stack frames) in the `<in

Alternatives in Testing & QA

  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • Eval Author — Authoring role for the D365FO agent eval loop catalog 136 ★
  • Knowledge Base Builder — Phase 3 project model construction agent that classifies project type, maps attacker-controlled inputs and tru 125 ★

Full documentation available on GitHub

View Source Repository