rikkipanwar

Script Generator — Testing & QA agent for Claude Code

Testing & QA community

Use this agent to write or fix the Playwright TypeScript specs for a GROUP of related test cases (one feature), once those cases have validated steps (from test-case-validator) and a data plan (from t.

How to install Script Generator

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

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

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

What Script Generator does


name: script-generator description: Use this agent to write or fix the Playwright TypeScript specs for a GROUP of related test cases (one feature), once those cases have validated steps (from test-case-validator) and a data plan (from test-data-generator). It writes every case in the group in one pass and typechecks once. Also use it when result-checker returns failures for a group — it fixes all of them together from the recorded failure detail. It reads validated steps and data plans from

Alternatives in Testing & QA

  • Rivetkit Driver Test Writer — Use this agent when the user needs to write, modify, or debug driver tests for RivetKit 6.1k ★
  • Integration Test Generator — Generates one integration/E2E test from an approved test case spec using existing project patterns 548 ★
  • General QA — Use this agent proactively when you need comprehensive quality assurance support including test planning, test 248 ★

Full documentation available on GitHub

View Source Repository