소개
Test Generator is a specialized Claude Code skill designed to streamline the software quality assurance process by automatically creating robust, production-ready test suites. It analyzes source code to identify critical test scenarios—including happy paths, boundary conditions, and exception handling—and produces framework-compliant code for popular tools like Jest, pytest, and Mocha. By automating the boilerplate of test creation and ensuring adherence to the AAA (Arrange, Act, Assert) pattern, this skill helps developers maintain high code coverage and reliability with minimal manual effort.