Testing Anti-Patterns

Installation
SKILL.md

Testing Anti-Patterns: Prevention and Detection

Overview

This skill identifies and prevents common testing anti-patterns that make test suites unreliable, slow, and difficult to maintain. It provides detection strategies and refactoring solutions for healthier test codebases.

When to Use This Skill

Use this skill when encountering:

  • Flaky tests that pass/fail inconsistently
  • Slow test suites that take too long to run
  • Brittle tests that break on minor code changes
  • Hard-to-debug test failures
  • Test maintenance nightmares
  • Test code duplication and complexity
  • Poor test organization and naming

Common Anti-Patterns and Solutions

Installs
First Seen
Testing Anti-Patterns — chunkytortoise/enterprisehub