QA Game Add automated QA testing with Playwright to an existing game project. Tests verify your game boots, scenes work, scoring functions, and visuals haven't broken — like a safety net for your game. Instructions Analyze the game at (or the current directory if no path given). First, load the game-qa skill to get the full testing patterns and fixtures. Step 1: Audit testability - Read to identify the engine and dev server port - Read for the server port - Read to check if , , are exposed - Read to understand what state is available - Read to understand what events exist - Read to understand…