What problem does it solve?
This Skill eliminates the friction of setting up a consistent automated test framework and continuous integration pipeline by scaffolding the required directories, engine-specific runners, and a GitHub Actions workflow.
Core Features & Use Cases
- Engine-aware test scaffolding: Detects the configured engine from technical preferences and generates the correct test runner and placeholders for that engine.
- CI/CD workflow wiring: Creates a
.github/workflows/tests.yml workflow to run the right tests on pushes and pull requests.
- Non-destructive initialization: Creates only missing files while preserving any existing test infrastructure and respecting the
force argument for regeneration without overwriting.
Quick Start
Run the skill to scaffold your test directories, engine-specific runner files, and the GitHub Actions workflow by executing: /test-setup.