Qa Generate banner
hueanmy hueanmy

Qa Generate

Testing community

Description

--- description: Convert a JSON test plan into Playwright spec, page object, and fixtures. argument-hint: [plan-file-path] allowed-tools: [Read, Write, Glob, Bash, Edit] --- Invoke the `generate-tests` skill with `$ARGUMENTS` (an optional explicit plan path; otherwise uses the newest plan for `${user_config.app_name}`). See `${CLAUDE_PLUGIN_ROOT}/skills/generate-tests/SKILL.md` for the full procedure.

Installation

Installs to ~/.claude/skills/hueanmy-qa-playwright-agent-qa-generate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hueanmy-qa-playwright-agent-qa-generate && curl -fsSL https://raw.githubusercontent.com/hueanmy/qa-playwright-agent/HEAD/commands/qa-generate.md -o ~/.claude/skills/hueanmy-qa-playwright-agent-qa-generate/SKILL.md

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

Full documentation available on GitHub

View Source Repository