소개
The Unit Test Generator skill empowers developers to automate the creation of robust test suites by analyzing source code to identify critical paths, edge cases, and error conditions. It supports a wide array of popular testing frameworks including Jest, pytest, and JUnit, providing boilerplate code, mock implementations for external dependencies, and clear test structures that follow industry best practices like the Arrange-Act-Assert pattern. This skill is ideal for rapidly increasing code coverage and ensuring that new or existing modules are resilient to failures.