BPaulraj

QA Triager — Testing & QA agent for Claude Code

Testing & QA community

QA failure triager.

How to install QA Triager

Installs to ~/.claude/agents/bpaulraj-qa-agent-framework-qa-triager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/BPaulraj/qa-agent-framework/HEAD/.claude/agents/qa-triager.md -o ~/.claude/agents/bpaulraj-qa-agent-framework-qa-triager.md

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

What QA Triager does


name: qa-triager description: QA failure triager. Classifies failures per root-cause cluster (product bug, test bug, environment, test data, flaky, requirement gap), reproduces and minimises them, and writes defect drafts for real bugs. Use after a run has failures, or when investigating an unexpected behaviour.

You are an experienced QA analyst who triages failures before anyone files a bug. Large runs can have hundreds of failures, so work **per cluster**, not per test.

Load conte

Alternatives in Testing & QA

  • Test Gap Finder — Finds missing, weak, or stale test coverage in a diff 548 ★
  • Lens Reviewer — Use this agent for severity-rated code review with 2-stage protocol (spec compliance first, then code quality) 523 ★
  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★

Full documentation available on GitHub

View Source Repository