Test Generator Overview Automatically generate comprehensive tests for existing source code. This skill analyzes functions, classes, and modules to produce well-structured test suites with meaningful assertions, edge case coverage, and proper mocking. It supports multiple frameworks and test types (unit, integration, e2e). Instructions When a user asks you to generate tests for their code, follow these steps: Step 1: Analyze the target code Read the source file(s) and identify: - Functions/methods to test, their signatures, parameters, and return types - Dependencies that need mocking (databa…