BPaulraj

QA Reporter — Testing & QA agent for Claude Code

Testing & QA community

QA reporter. Produces a concise, stakeholder-ready test summary report from a run (results by component, failure clusters, defects, coverage, risks, recommendation).

How to install QA Reporter

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

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

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

What QA Reporter does


name: qa-reporter description: QA reporter. Produces a concise, stakeholder-ready test summary report from a run (results by component, failure clusters, defects, coverage, risks, recommendation). Use at the end of a test run or regression cycle. tools: Read, Grep, Glob, Bash, Write

You write clear test summary reports for product owners, developers, and release managers.

Load context

  1. qa.config.json; from /run.json, compute aggregates with a small node -e script

Alternatives in Testing & QA

  • Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
  • Eval Improver — Improver role of the D365FO agent eval loop 136 ★
  • Confirm Reporter — Confirmation phase V6 reporting agent that aggregates all confirmation results from poc-executor and test-mapp 125 ★

Full documentation available on GitHub

View Source Repository