什么是 game-qa?
使用 Playwright 进行游戏 QA 测试 — 浏览器游戏的视觉回归、游戏验证、性能和可访问性 来源:opusgamelabs/game-creator。
使用 Playwright 进行游戏 QA 测试 — 浏览器游戏的视觉回归、游戏验证、性能和可访问性
通过命令行快速安装 game-qa AI 技能到你的开发环境
来源: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.
使用 Playwright 进行游戏 QA 测试 — 浏览器游戏的视觉回归、游戏验证、性能和可访问性 来源:opusgamelabs/game-creator。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/opusgamelabs/game-creator --skill game-qa使用 Playwright 进行游戏 QA 测试 — 浏览器游戏的视觉回归、游戏验证、性能和可访问性 来源:opusgamelabs/game-creator。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/opusgamelabs/game-creator --skill game-qa 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/opusgamelabs/game-creator