rikkipanwar

Result Checker — Testing & QA agent for Claude Code

Testing & QA community

Use this agent right after test-runner executes a group of test cases, to decide per case whether each genuinely passed or failed and what happens next.

How to install Result Checker

Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-result-checker.md

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

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

What Result Checker does


name: result-checker description: Use this agent right after test-runner executes a group of test cases, to decide per case whether each genuinely passed or failed and what happens next. It reads the runner's structured per-case result, confirms each pass is real rather than masked, classifies failures by kind, and keeps a per-case attempt count so one stubborn case escalates without stopping its group. It names which agent each case should route to but does not invoke it. Do not use this ag

Alternatives in Testing & QA

  • Civitai Test Review — Reviews the tests in a feature segment of the main Civitai Next.js app (src/) for whether they would actually 7.2k ★
  • Logic Hacker — Red Team persona for Business Logic and Auth manipulation 548 ★
  • Bowser QA Agent — UI validation agent that executes user stories against web apps and reports pass/fail results with screenshots 222 ★

Full documentation available on GitHub

View Source Repository