game-testing

Plan, design, execute, and report game tests across mechanics, progression, multiplayer, AI, performance, and security.

Updated Aug 31, 2026
One-click install
npx skills add https://github.com/ahuaracab/test-genesis --skill game-testing-ahuaracab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-testing
Source: https://github.com/ahuaracab/test-genesis/tree/main/.agents/skills/game-testing
Command: npx skills add https://github.com/ahuaracab/test-genesis --skill game-testing-ahuaracab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Game testing spans many domains with distinct risk profiles, and ad-hoc testing misses system interactions, device variability, and cheat vectors. This Skill provides a structured four-phase workflow (Plan, Design, Execute, Report) grounded in ISTQB GA and OWASP Gaming Security so coverage is systematic rather than improvised. ## Core Features & Use Cases - Phased test workflow: Plan produces a test-case matrix with 1:N derivation from acceptance criteria, Design writes engine-native test cases per system, Execute runs suites in parallel across device and network profiles, and Report aggregates pass rates, defect density, and release-gate decisions. - Engine-specific toolchains: Covers Unity (Test Framework, Netcode, Profiler), Unreal Engine 5 (Gauntlet, Replication Graph, Insights), and Godot 4 (GutTest, MultiplayerAPI), with ready-made example test suites for each. - Security and cheat detection: Reference guides for save-data integrity (HMAC validation), speed-hack and teleport detection, input validation, and economy anti-exploitation test cases. - Use Case: A QA engineer testing a Unity multiplayer game uses the skill to derive test cases from acceptance criteria, parametrize them across device tiers and network latency profiles (0–500ms, 0–5% packet loss), execute in parallel, and produce a quality dashboard with a GO/NO-GO release recommendation. ## Quick Start Ask the AI to plan a game testing workflow for your project by specifying the game engine, target platforms, and the system scope such as mechanics, progression, multiplayer, AI, performance, or security.

Frequently Asked Questions about game-testing

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

FAQPage Schema
How do I plan test cases for game mechanics and progression systems?

Use the Plan phase to derive 1:N test cases from each acceptance criterion using equivalence partitioning, boundary value analysis, and state-transition techniques. The output is a test-case matrix mapping each criterion to risk, technique, device profile, and expected duration.

How do I test multiplayer games for lag and cheating?

Parametrize test cases across network profiles covering 0–500ms latency, 0–5% packet loss, and disconnect-reconnect scenarios. Security test cases validate server-side speed-hack detection, teleport rejection, item duplication prevention, and save-file HMAC integrity.

Which game engines does this testing workflow support?

The workflow supports Unity 2022 LTS+ with Test Framework and Netcode, Unreal Engine 5 with Gauntlet and Replication Graph, and Godot 4 with GutTest and MultiplayerAPI. Each engine has dedicated setup instructions and example test suites.

Can I run game tests across different device tiers?

Yes, test cases are parametrized by device profile rather than duplicated per device. The reference matrix covers mobile low-end and high-end, console base and pro, and PC low-end and high-end tiers with RAM, GPU, and CPU constraints.

When should I not use this game testing skill?

Do not use it for building game assets, running full regression suites on every build, or documenting results in Jira. Those belong to game development, regression-testing, and test-documentation workflows respectively.

What performance metrics are captured during game test execution?

Execution captures frame-time histograms at p50, p95, and p99 percentiles, memory heap snapshots to detect leaks, battery drain rates on mobile, and thermal throttling behavior. Results feed a quality dashboard with pass rates and defect severity breakdowns.