Suite Reporter — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Result Checker
Use this agent right after test-runner executes a group of test cases, to decide per case whether each genuine
Mutation Runner
Applies a single code mutation in an isolated worktree and runs the test to check if it catches the bug. Used
Plan Checker
Outcome-driven verification of docs/plan.md + docs/todo.md against docs/SPEC.md goals. Catches plans that look
Evolve Bug Reproduction
Bug reproduction agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on bugfix cycl
Game QA
Game QA. Runs the autonomous self-verify loop (build → launch .exe → screenshot → read PNG → verdict). Catches
Script Generator
Use this agent to write or fix the Playwright TypeScript specs for a GROUP of related test cases (one feature)
Related Skills
Init Claude
Rewrites the entire Claude environment (CLAUDE.md, SKILLS.md, commands README, individual command files, and t
Research Wave
Research several subjects in parallel, then verify each result with an independent fact-checker before the cla
Scaffold Plugin Test
Scaffold a headless behavior test for a werkstoff plugin skill — a seeded-defect fixture plus a case in test/p