testing-anti-patterns

Installation
SKILL.md

Testing Anti-Patterns

When to Use

  • Writing new tests
  • Reviewing test code
  • Debugging flaky or unreliable tests
  • When tests pass but bugs still ship

When NOT to Use

  • Writing production code that is not test-related
  • Test framework configuration or setup (e.g., jest.config, vitest.config)
  • Performance testing or load testing scenarios

The Five Anti-Patterns

Installs
1
GitHub Stars
97
First Seen
Apr 8, 2026
testing-anti-patterns — duthaho/claudekit