关于
The Testing Anti-Patterns skill provides Claude with a specialized framework to identify and prevent common software testing mistakes during the development process. By enforcing the 'Iron Laws' of testing—such as avoiding the testing of mock behavior and preventing the addition of test-only methods to production classes—this skill ensures that your test suite remains resilient and your production code stays clean. It utilizes 'Gate Functions' to help developers pause and evaluate whether a mock is truly necessary or if a dependency is fully understood, leading to more reliable, maintainable, and meaningful verification of software behavior.