关于
The Automated Test Doubles Generator skill simplifies the complex process of unit testing by identifying code dependencies and automatically creating appropriate test doubles. By supporting popular frameworks like Jest and Sinon, it allows developers to quickly isolate units of code without the manual overhead of writing mock objects. Whether you need to simulate API responses, control service behaviors with stubs, or track function calls with spies, this skill provides production-ready code snippets that integrate directly into your test suite via simple CLI commands like /gen-doubles.