rikkipanwar

Test Case Validator — Testing & QA agent for Claude Code

Testing & QA community

Use this agent FIRST, before any test data or automation work begins, whenever the user provides written test cases (in an xlsx sheet, or otherwise) plus a target URL for the Onboarding/Offboarding mo.

How to install Test Case Validator

Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-test-case-validator.md

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

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

What Test Case Validator does


name: test-case-validator description: Use this agent FIRST, before any test data or automation work begins, whenever the user provides written test cases (in an xlsx sheet, or otherwise) plus a target URL for the Onboarding/Offboarding modules. It walks each test case against the live page, confirms the steps, elements, and expected outcomes are accurate, corrects a column in the actual sheet only when following the case as written would not reach the stated result (it leaves terse-but-work

Alternatives in Testing & QA

  • Ad Onboard Reviewer — Independent reviewer for AutoDeploy model onboarding 14.5k ★
  • General QA — Use this agent proactively when you need comprehensive quality assurance support including test planning, test 248 ★
  • Shep Use Case Creator — Scaffolds a new application-layer use case with TDD (RED test file first, then minimal GREEN implementation) 247 ★

Full documentation available on GitHub

View Source Repository