bmad-gds-gametest-automate

Generates deterministic game test scenarios from natural-language prompts via GAMETEST workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-gds-gametest-automate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-gds-gametest-automate
Source: https://github.com/RafaellsAlmeida/lifetrek/tree/main/.agents/skills/bmad-gds-gametest-automate
Command: npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-gds-gametest-automate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automated game test scenario generation reduces the manual effort required to design, script, and validate complex gameplay sequences across Unity, Unreal, and Godot projects.

Core Features & Use Cases

  • Generate deterministic test scenarios from natural-language prompts for Unity, Unreal, and Godot.
  • Integrate with existing test workflows by producing scenario files and running them through the GAMETEST automation.
  • Support multi-engine coverage, enabling reproducible test runs and easier debugging across platforms.

Quick Start

Provide a user prompt like "Generate test scenarios for Unity" to trigger automatic test plan creation.

Frequently Asked Questions about bmad-gds-gametest-automate

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

FAQPage Schema
How do I automate game test scenario generation for Unity, Unreal, or Godot?

Generate deterministic test scenarios by providing a natural-language prompt, which triggers the GAMETEST automation workflow to create reproducible test plans and scenario files for your game engine project.

Does automated game test generation work across multiple engines like Unity and Godot?

Yes, automated test generation supports multi-engine coverage for Unity, Unreal, and Godot, enabling reproducible test runs and easier debugging across different game platforms.

How do I ensure deterministic test generation when automating game test scenarios?

Deterministic test generation is ensured by following the step-by-step GAMETEST workflow, which saves outputs after each section to maintain consistent and reproducible test scenario files.

What is the best way to integrate automated game testing into my existing workflows?

Integrate automated game testing by producing scenario files from natural-language prompts and running them through the GAMETEST automation, connecting seamlessly with existing test workflows.

Do I need specific workflow files to run automated game test scenario generation?

You need the core workflow.xml from project-root/_bmad/core/tasks and the workflow.yaml at project-root/_bmad/gds/workflows/gametest/automate/ to run the GAMETEST automation successfully.