What problem does it solve?
This Skill automates the generation of language-aware test scaffolds by analyzing source code and producing framework-compatible skeletons, accelerating test-driven development and onboarding.
Core Features & Use Cases
- Cross-language scaffolds: Generates test skeletons for Python (pytest), TypeScript (vitest/jest), Go (testing), Rust, and Dart (flutter_test/test) based on public APIs.
- Manifest-driven output: Produces a JSON manifest listing generated files, skipped files, and unit counts to integrate with downstream automation.
- Preserved structure: Maintains repository layout in test files to simplify navigation and integration.
Quick Start
Run the /ai-dev-kit:scaffold-tests workflow against your project. It scans source files, detects frameworks, and generates language-specific test scaffolds in the corresponding test directories. It preserves source structure and outputs a manifest of generated files for traceability.