关于
Testing Anti-Pattern Guard empowers Claude to identify and avoid the most frequent pitfalls in software testing, such as asserting on mock behavior instead of real logic, polluting production classes with test-only methods, and creating incomplete mocks that lead to silent integration failures. By applying rigorous Test-Driven Development (TDD) principles and specific 'Gate Functions,' this skill ensures your test suite remains robust, maintainable, and focused on verifying actual application behavior rather than implementation details.