概要
The Testing Anti-Pattern Guard is a specialized workflow skill designed to maintain the integrity of your test suite and production codebase. It acts as a quality gate that prevents common software engineering pitfalls such as asserting on mock behavior instead of real logic, adding test-only methods to production classes, and creating incomplete mocks that fail silently. By enforcing a 'test real behavior' philosophy and promoting TDD principles, this skill ensures that your automated tests remain reliable, maintainable, and truly reflective of your application's health.