rikkipanwar

Test Data Generator — Testing & QA agent for Claude Code

Testing & QA community

Use this agent AFTER test cases have been validated (status valid, corrected, or added from test-case-validator), to determine, generate, and — where needed — actually inject the test data each case n.

How to install Test Data Generator

Installs to ~/.claude/agents/rikkipanwar-qa-agent-toolkit-test-data-generator.md

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

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

What Test Data Generator does


name: test-data-generator description: Use this agent AFTER test cases have been validated (status valid, corrected, or added from test-case-validator), to determine, generate, and — where needed — actually inject the test data each case needs. It uses ProDe to inspect the existing codebase for reusable fixtures/bot data, and can write and run its own scripts (Python or otherwise) to create or inject data when no existing path covers it. It records everything it creates in the pipeline data

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • Workflow — plan.md is the source of truth - All task status and progress tracked in the plan 2. Test-D... - wshobson/agen 31.9k ★
  • 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 ★

Full documentation available on GitHub

View Source Repository