소개
The Testing Anti-Patterns skill equips Claude with a rigorous framework for identifying and avoiding common software testing mistakes. By implementing 'Iron Laws' and 'Gate Functions,' the skill ensures that tests verify real application behavior rather than the behavior of mocks. It prevents the pollution of production code with test-only methods, stops the creation of incomplete mock data structures, and promotes a healthy Test-Driven Development (TDD) cycle. This skill is essential for maintaining a clean, maintainable codebase where tests provide genuine confidence in system stability.