소개
This Claude Code Skill acts as a guardian for your testing suite, ensuring that tests verify real application behavior rather than the implementation details of mocks. It provides actionable guidance to prevent 'production pollution'—the practice of adding test-only methods to production classes—and helps developers avoid incomplete mocks that lead to silent failures. By integrating strict gate functions and TDD patterns, it helps teams maintain clean, reliable, and decoupled test suites that actually validate the system's logic rather than its test doubles.