About
The Testing Anti-Patterns skill provides a rigorous framework for Claude to ensure the creation of maintainable, deterministic, and effective test suites. By adhering to the 'Iron Laws' of testing, it prevents developers and AI agents from making common mistakes such as asserting on mock existence instead of real behavior, polluting production classes with test-only methods, and creating incomplete mocks that lead to silent failures. This skill integrates gate functions into the development process, promoting a strict TDD cycle and ensuring that tests provide genuine confidence in code reliability before PR submission.