What problem does it solve?
Many test suites repeat setup, teardown, factory creation, and assertion logic across multiple files, which wastes developer time and increases brittle, duplicated code; this Skill generates a consolidated, engine-aware helpers library to eliminate that boilerplate and make tests more consistent.
Core Features & Use Cases
- Engine detection: Reads project technical preferences to determine engine, language, and test framework.
- Pattern-aware generation: Scans representative test files and GDDs to produce base assertion utilities, factory functions, and scene/test runners that match existing styles.
- Safe writing policy: Summarizes proposed files, asks for confirmation before creating them, and never overwrites existing helper files to preserve hand-written customizations.
- Use Case: After scaffolding a test framework, run the Skill to create tests/helpers/ files tailored to Godot, Unity, or Unreal and to system-specific GDDs like combat or inventory.
Quick Start
Run /test-helpers scaffold to generate the base helpers or run /test-helpers all to generate helpers for all detected systems.