概要
The Testing Anti-Patterns skill serves as a high-integrity guardian for your test suite, ensuring that unit and integration tests focus on real behavior rather than implementation details. It enforces strict 'Iron Laws' to prevent the testing of mocks, identifies production code pollution caused by test-only methods, and warns against incomplete mocks that lead to false positives. By integrating this skill, developers can maintain a clean separation between production and test logic while ensuring their test coverage accurately reflects the system's actual functionality, ultimately leading to more resilient and maintainable codebases.