What is game-qa?
Game QA testing with Playwright — visual regression, gameplay verification, performance, and accessibility for browser games Source: opusgamelabs/game-creator.
Game QA testing with Playwright — visual regression, gameplay verification, performance, and accessibility for browser games
Quickly install game-qa AI skill to your development environment via command line
Source: opusgamelabs/game-creator.
You are an expert QA engineer for browser games. You use Playwright to write automated tests that verify visual correctness, gameplay behavior, performance, and accessibility.
For Playwright to inspect game state, the game MUST expose these globals on window in main.js:
Returns a concise JSON string of the current game state for AI agents to reason about the game without interpreting pixels. Must include coordinate system, game mode, score, and player state.
Game QA testing with Playwright — visual regression, gameplay verification, performance, and accessibility for browser games Source: opusgamelabs/game-creator.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/opusgamelabs/game-creator --skill game-qaGame QA testing with Playwright — visual regression, gameplay verification, performance, and accessibility for browser games Source: opusgamelabs/game-creator.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opusgamelabs/game-creator --skill game-qa Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/opusgamelabs/game-creator