game-qa

Automate Playwright-based visual regression, gameplay verification, and accessibility checks for browser games.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-qa-playableintelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-qa
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/game-qa
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-qa-playableintelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an automated QA workflow for browser games using Playwright, enabling reliable visual regression checks, gameplay verification, performance validation, and accessibility testing to speed up development and release cycles.

Core Features & Use Cases

  • Visual regression testing with automated screenshots and masking of dynamic elements
  • Gameplay verification across scenes, input handling, scoring, and game-over states
  • Performance and accessibility validation integrated with MCP workflows for visual QA
  • Use Case: A game studio adds Playwright QA to ensure new features do not regress core gameplay across builds.

Quick Start

Launch the Playwright QA tests against your game project.

Frequently Asked Questions about game-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate visual regression testing for browser games?

Automate visual regression testing for browser games by running Playwright to capture screenshots and mask dynamic elements. This provides repeatable validation with reference files to ensure new builds do not regress visual scenes.

Can I verify gameplay logic and game-over states with Playwright?

Yes, you can verify gameplay logic using Playwright by running automated tests across scenes, input handling, scoring, and game-over states to ensure repeatable validation of core mechanics across builds.

Does Playwright support automated accessibility checks for browser games?

Yes, Playwright supports automated accessibility checks for browser games through integrated QA workflows, allowing developers to validate compliance alongside performance and visual regression during testing.

What is the best way to set up repeatable end-to-end QA for browser games?

The best way to set up repeatable end-to-end QA for browser games is using Playwright with clear testing patterns, reference files, and config guidance for instrumented validation across scenes and inputs.

How do I handle dynamic elements during browser game visual regression?

Handle dynamic elements during browser game visual regression by applying Playwright masking techniques to screenshots, isolating static components and preventing false positive failures caused by changing game elements.