소개
The Testing Anti-Patterns Guard is a specialized Claude Code skill designed to improve test reliability and maintainability. It acts as a set of guardrails during the development process, preventing developers from falling into traps like testing mock existence instead of behavior, polluting production classes with test-only methods, and creating incomplete mocks that lead to false positives. By applying strict 'Iron Laws' and 'Gate Functions,' this skill ensures that your test suite remains a robust reflection of your system's real-world behavior while encouraging a disciplined Test-Driven Development (TDD) workflow.