CaduS0uza

QA Explore — Testing skill for Claude Code

Testing community

Autonomously click every reachable control of a running web app and report what broke.

How to install QA Explore

Installs to ~/.claude/skills/cadus0uza-qa-supreme-qa-explore/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cadus0uza-qa-supreme-qa-explore && curl -fsSL https://raw.githubusercontent.com/CaduS0uza/qa-supreme/HEAD/commands/qa-explore.md -o ~/.claude/skills/cadus0uza-qa-supreme-qa-explore/SKILL.md

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

What QA Explore does


description: Autonomously click every reachable control of a running web app and report what broke argument-hint: [--headed]

Run the autonomous exploration pipeline against: $ARGUMENTS

  1. Confirm the target is a local, preview, or staging environment — never production with real customer data. If it looks like production, stop and ask.
  2. cd runner && npm install if runner/node_modules is absent.
  3. Run node bin/qa-supreme.mjs run --url --out .qa-supreme (add `-

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Develop Web Game — Build and test web games iteratively using Playwright with time-stepping 14.6k ★
  • Regen API — Regenerate the OpenAPI spec and web API client after server API changes 2.5k ★

Full documentation available on GitHub

View Source Repository