What problem does it solve?
This Skill removes the friction of setting up a project's first automated test baseline, so teams do not have to hand-build test folders, example cases, and CI wiring from scratch.
Core Features & Use Cases
- Stack detection and planning: Identifies whether the project is using a game engine or a product stack and chooses the matching scaffold.
- Test harness creation: Creates unit, integration, API, and smoke-test directories plus a runnable example test.
- CI/CD wiring: Adds a GitHub Actions workflow that runs the correct test command on every push and pull request.
- Use case: A new project can use this Skill to establish a minimal, repeatable QA foundation before the first sprint starts.
Quick Start
Ask the assistant to scaffold the test setup for your project, using the detected technology stack and creating the baseline test files and CI workflow.