gds-test-automate

Generate engine-specific automated tests for Unity, Unreal, and Godot projects.

212|23|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/bmad-code-org/bmad-module-game-dev-studio --skill gds-test-automate-bmad-code-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-test-automate
Source: https://github.com/bmad-code-org/bmad-module-game-dev-studio/tree/main/src/workflows/gametest/gds-test-automate
Command: npx skills add https://github.com/bmad-code-org/bmad-module-game-dev-studio --skill gds-test-automate-bmad-code-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate automated game tests for gameplay systems based on test design scenarios or by analyzing existing game code, enabling reliable validation across engine implementations with consistent patterns, fixtures, and cleanup.

Core Features & Use Cases

  • Generate unit, integration, and smoke tests tailored to detected engines.
  • Produce engine-appropriate test templates with patterns, fixtures, and cleanup.
  • Analyze game code to identify testable systems and produce deterministic tests across Unity, Unreal, and Godot.

Quick Start

Run the generator against your game project to produce engine-specific tests and an automation summary.

Frequently Asked Questions about gds-test-automate

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

FAQPage Schema
How do I generate automated tests for Unity, Unreal, or Godot game projects?

To generate automated tests for Unity, Unreal, or Godot, you run the generator against your game project. It produces engine-specific unit, integration, and smoke tests adapted to your project structure, patterns, and fixtures.

Can I automatically create unit and integration tests from existing game code?

Yes, you can automatically create unit, integration, and smoke tests from existing game code. The generator analyzes your codebase to identify testable systems and produces deterministic tests with engine-aware templates and cleanup.

Does automated game testing work across Unity, Unreal, and Godot engines?

Automated game testing works across Unity, Unreal, and Godot engines. The generator detects the specific engine and adapts testing patterns, fixtures, and cleanup to match the detected environment and project structure.

What is the best way to structure deterministic tests for gameplay systems?

The best way to structure deterministic tests for gameplay systems is using engine-aware templates that apply consistent patterns and cleanup. This ensures reliable validation across different engine implementations and test types.

What do I need to run automated test generation for game development?

To run automated test generation for game development, you need an existing game project or test design scenarios. The generator analyzes your project structure and outputs generated test files along with a final automation summary.