game-playtest

Automate browser-based game testing with visual regression and functional input verification.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill game-playtest-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-playtest
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/game-studio/skills/game-playtest
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill game-playtest-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the difficulty of manually verifying complex browser-based game states, HUD layouts, and rendering performance across different environments.

Core Features & Use Cases

  • Visual Regression Testing: Capture and compare screenshots to detect UI overlaps, rendering regressions, or asset loading issues.
  • Automated Playtesting: Execute browser automation to verify game boot sequences, input handling, and scene transitions.
  • Performance Profiling: Identify rendering bottlenecks and WebGL context issues using integrated performance tooling.
  • Use Case: Use this skill to automatically verify that a new HUD update does not obstruct the playfield on mobile viewports after a code deployment.

Quick Start

Run the game-playtest skill to perform a full smoke test on the current build and report any visual regressions found in the HUD or rendering layers.

Frequently Asked Questions about game-playtest

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

FAQPage Schema
How do I automate browser game QA and visual verification for WebGL rendering?

Automate browser game QA using Playwright for browser automation and visual regression analysis to verify WebGL rendering, HUD overlays, and scene transitions across multiple viewports.

What is visual regression testing for browser games and how does it detect UI issues?

Visual regression testing for browser games captures and compares screenshots to detect UI overlaps, rendering regressions, or asset loading issues across different viewports and environments.

Can I use Playwright to test responsive game layouts across multiple mobile viewports?

Playwright supports responsive design testing across multiple viewports, allowing you to verify that HUD updates do not obstruct the playfield on mobile screens after code deployments.

How do I identify WebGL rendering bottlenecks and performance issues during game testing?

Identify WebGL rendering bottlenecks using browser-native performance profiling tools integrated into the game testing workflow to diagnose rendering performance and WebGL context issues.

Do I need Playwright to run automated playtesting and input verification for browser games?

Playwright is required for browser automation to execute game boot sequences, verify input handling, and test scene transitions during automated playtesting of browser-based games.

What's the best way to run a smoke test on a game build to catch visual regressions?

Run a full smoke test on the current game build to automatically report visual regressions found in HUD overlays and rendering layers, verifying game state and functional inputs.