Test Data Generator — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Script Generator
Use this agent to write or fix the Playwright TypeScript specs for a GROUP of related test cases (one feature)
Test Case Validator
Use this agent FIRST, before any test data or automation work begins, whenever the user provides written test
Unreal Integrator
Imports a validated Blender export into the UE5.8 AI Test Lab, configures collision/materials, places it, and
Test Fixtures For Consistent Test Data
@pytest.fixture def valid_user(): return User( id="test-123", email="test@example.com", name="Test User", crea
QA Test Architect
Designs risk-based test cases and oracle contracts from validated requirements without executing commands or w
Forge Speccer Validator
Pre-planning path-validation gate. Scans a spec file for path tokens inside code fences or backticks, checks e
Related Skills
Scenario Validator Arken
Validate every scenario and edge case in artifacts/qa-validation/qa-release-scenarios.md against the Arken cod
Pseo AI Kit
Programmatic SEO toolkit for AI apps — Next.js 15 + Vercel + LLM content generator + sitemap / JSON-LD / inter
Eval Author
Draft a new eval case (eval/cases/ .json) + scaffold its golden folder, golden_pending until captured on the V