What problem does it solve?
Projects often lack reliable automated test structure and continuous verification, causing regressions to slip in until late manual QA.
Core Features & Use Cases
- Engine-aware test scaffolding: Detects the configured engine and prepares the correct test runner artifacts and directory layout.
- Standard test organization: Creates unit, integration, smoke, and evidence areas so teams can consistently add coverage over time.
- CI/CD wiring: Generates a GitHub Actions workflow that runs tests on push and pull requests and captures results for review.
Use case example: Before the first sprint that adds new gameplay logic in a Godot project, run this skill to create the tests/ structure and set up CI so each change is validated automatically.
Quick Start
Run the test-setup skill to scaffold the engine-specific tests directories and GitHub Actions workflow for your repository.