rikkipanwar

Suite Reporter — Testing & QA agent for Claude Code

Testing & QA community

Use this agent only after every individual test case has passed via the script-generator/test-runner/result-checker loop.

How to install Suite Reporter

Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-suite-reporter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rikkipanwar/qa-agent-toolkit/HEAD/agents/suite-reporter.md -o ~/.claude/agents/rikkipanwar-qa-agent-toolkit-suite-reporter.md

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

What Suite Reporter does


name: suite-reporter description: Use this agent only after every individual test case has passed via the script-generator/test-runner/result-checker loop. It runs the entire test suite together end-to-end, catches cross-test interference that solo runs cannot, executes the recorded cleanup ledger from the pipeline data manifest, and produces the final execution report. Do not use this for running or judging individual test cases during development — that's test-runner and result-checker. to

Alternatives in Testing & QA

  • Test Coverage Agent — Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing t 186 ★
  • Feature Tester — Deep tester for individual VibeFrame features 165 ★
  • 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