gds-test-framework

Scaffold engine-specific test directories, configs, and sample tests for Unity, Unreal, or Godot.

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-framework-bmad-code-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-test-framework
Source: https://github.com/bmad-code-org/bmad-module-game-dev-studio/tree/main/src/workflows/gametest/gds-test-framework
Command: npx skills add https://github.com/bmad-code-org/bmad-module-game-dev-studio --skill gds-test-framework-bmad-code-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the setup of a cross-engine game test framework (Unity, Unreal, or Godot) so teams can start testing quickly without manual scaffolding.

Core Features & Use Cases

  • Engine-specific scaffolding for Unity, Unreal, and Godot test directories, configs, and sample tests.
  • Generates documentation and validation artifacts to accelerate QA integration and CI workflows.
  • Use Case: onboarding a new project by provisioning unit, integration, and play-mode tests tailored to the detected engine.

Quick Start

Run the workflow to scaffold engine-appropriate tests in your project.

Frequently Asked Questions about gds-test-framework

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

FAQPage Schema
How do I scaffold a test framework for Unity, Unreal, or Godot projects?

To scaffold a game test framework, you run the workflow to automatically provision engine-specific test directories, configurations, and sample tests for unit, integration, and play-mode testing.

What is the best way to automate game testing setup for a new project?

Automating game testing setup involves provisioning engine-appropriate tests and generating validation artifacts. This workflow scaffolds configurations and sample tests to accelerate QA integration without manual setup.

Does this game test scaffolding work across Unity, Unreal, and Godot?

Yes, the cross-engine game test scaffolding supports Unity, Unreal, and Godot. It detects your specific engine and provisions tailored test directories, configs, and sample tests accordingly.

Can I use the scaffolded tests for CI workflows and onboarding new teams?

Yes, the scaffolded tests are CI-ready. The workflow generates validation artifacts and documentation specifically to accelerate QA integration and streamline onboarding for new game projects.

What types of tests are generated when scaffolding a game test framework?

Scaffolding a game test framework generates sample tests for unit, integration, and play-mode testing. These are tailored to the detected engine to ensure comprehensive coverage across your game project.

When do I need to scaffold a cross-engine game test framework?

You need to scaffold a cross-engine game test framework when starting new game projects or onboarding teams. It establishes deterministic test directories and configs to satisfy validation requirements quickly.