exhaustive-real-world-scenario-qa
Exhaustive Real World Scenario QA
Codex Compatibility
When running this skill in Codex, translate Claude Code-only primitives before acting: AskUserQuestion -> chat/request_user_input, TodoWrite -> update_plan, Task/TaskCreate/TeamCreate/SendMessage -> spawn_agent/send_input/wait_agent when available and allowed, and EnterPlanMode/ExitPlanMode -> a concise chat plan plus explicit approval.
Resolve Read/Write/Edit/Bash/WebSearch/WebFetch to Codex file/shell/web tools, and map ~/.claude/... paths to ~/.agents/... or ~/.codex/... unless the task explicitly targets Claude Code.
Automated QA testing that thinks like a suspicious user, not a hopeful developer.
This skill analyzes your code and spec using Serena (semantic code analysis),
sequential-thinking (structured reasoning), and Context7 (framework docs),
then generates comprehensive test cases executed via playwright-cli in headed mode.
Three execution modes:
- Main Claude (default) — direct execution, real-time adaptation, simpler error handling
- Fresh Agent (
--fresh-agent) — spawns agents with zero code context for bias-free double-blind testing (the executor has NO knowledge of your implementation) - Team (
--team) — 3-agent coordinated testing: Main (Spec Tester) + Design Checker- Bug Hunter, each with their own browser session, communicating via SendMessage