关于
The Testing Anti-Patterns skill serves as a quality gate for developers using Claude Code, ensuring that test suites remain maintainable and meaningful. It enforces 'Iron Laws' of testing, such as verifying real behavior instead of mock existence, keeping production classes clean of test-only methods, and prioritizing user-visible outcomes over internal component state. By guiding the AI to avoid common pitfalls like partial mocks and incomplete dependency mapping, this skill helps teams build resilient test suites that survive refactoring and provide genuine confidence in software stability.