What problem does it solve? Writing comprehensive unit tests manually is time-consuming and often results in poor coverage, inconsistent conventions, or tests that fail to compile. This Skill automates the entire test generation workflow across any programming language, producing tests that actually build and pass. ## Core Features & Use Cases - Polyglot Test Generation: Supports C#, TypeScript, JavaScript, Python, Go, Rust, Java, and more, auto-detecting the testing framework (MSTest, xUnit, Jest, pytest, go test). - Structured Pipeline: Uses a Research → Plan → Implement workflow with specialized agents that analyze the codebase, phase the work, and run build/test/fix cycles until tests pass. - Convention-Aware Output: Discovers existing test patterns, naming conventions, and mocking frameworks, targeting 80% code coverage with parameterized tests. - Use Case: Point it at a legacy service like src/services/UserService.ts and receive a complete Jest test suite that compiles, passes, and follows your project's existing patterns. ## Quick Start Ask the AI to generate unit tests for a specific file, module, or your entire project, optionally specifying a preferred testing framework or coverage focus.