About
The Testing Anti-Patterns skill serves as a comprehensive guide for developers to build robust, reliable, and maintainable test suites. It focuses on the core principle of testing real application behavior rather than the implementation details of mocks. By enforcing strict rules against polluting production code with test-only methods and providing 'Gate Functions' for decision-making, this skill helps users navigate complex mocking scenarios, ensure API mock completeness, and leverage Test-Driven Development (TDD) to prevent technical debt before it reaches the codebase.