소개
The Test Data Generator skill empowers developers to quickly scaffold robust testing environments by creating realistic mock data and reusable fixtures. It supports multiple implementation patterns including factory functions, the builder pattern, and seeded random data generation using popular libraries like Faker. Whether you are mocking API responses in JavaScript, setting up pytest fixtures in Python, or simulating complex database states, this skill ensures your tests are consistent, maintainable, and thorough, significantly reducing the manual overhead of test setup.