概要
The Test Doubles Generator skill streamlines the unit testing process by automatically creating the necessary isolation objects for your code. By performing deep dependency analysis on your source files, it identifies which external services or internal modules need to be replaced and generates framework-specific mocks, stubs, or spies for libraries like Jest and Sinon. This automation significantly reduces the manual effort required to set up complex test environments, ensuring your unit tests remain isolated, fast, and reliable while improving overall code coverage.