What problem does it solve? Automated test generation agents need accurate, language-specific knowledge about build commands, test frameworks, mocking patterns, and common errors. This Skill centralizes that guidance into per-language extension files so code-testing agents can load exactly the reference material they need for the target language instead of guessing commands or frameworks. ## Core Features & Use Cases - Language Extension Files: Provides dedicated guidance files for .NET, Python, TypeScript/JavaScript, PowerShell, C++, Go, Java, Rust, Ruby, Swift, and Kotlin, covering build/test commands, framework detection, mocking rules, and common error fixes. - End-to-End Pipeline Examples: Ships concrete example files (e.g., dotnet-examples.md, go-examples.md) showing sample research output, plans, generated test files, fix cycles, and final reports for the test generation pipeline. - Use Case: A code-testing agent targeting a Go repository invokes this Skill, reads extensions/go.md to learn idiomatic table-driven test patterns and go test command flags, then reads go-examples.md to model its research, plan, and final report output. ## Quick Start Invoke this Skill and read the extension file matching your target language, such as extensions/java.md for a Java project, before writing any test code.