avoiding-testing-anti-patterns

Installation
SKILL.md

Avoiding Testing Anti-Patterns

Quick Start

  1. Identify - Recognize anti-pattern category (flaky, implementation, over-mocking)
  2. Assess Severity - Critical (fix now), High (fix soon), Medium (plan to fix)
  3. Apply Fix - Use proper async handling, test behavior not implementation
  4. Verify - Run tests in random order, ensure independence
  5. Prevent - Add test smell detection to CI

Features

Installs
10
GitHub Stars
4
First Seen
Mar 10, 2026
avoiding-testing-anti-patterns — doanchienthangdev/omgkit