소개
The Testing Anti-Patterns skill serves as a rigorous quality gate for your test suites, ensuring that tests remain meaningful, maintainable, and accurate. It enforces 'The Iron Laws' of testing—preventing the validation of mock behavior, stopping the pollution of production code with test-only methods, and requiring a deep understanding of dependencies before mocking. By providing actionable Gate Functions and identifying common red flags, this skill helps developers move away from brittle tests and toward a robust Test-Driven Development (TDD) workflow that captures real system logic.