概要
This skill acts as an automated mentor for Claude Code, ensuring that test suites remain robust and maintainable. It enforces 'Iron Laws' that prevent developers from testing mock behavior rather than real logic, polluting production code with test-only methods, and creating incomplete mocks that lead to silent failures. By integrating gate functions into the development workflow, it encourages a strict TDD approach that identifies architectural flaws early and ensures tests provide real value rather than false confidence.