testing-anti-patterns

Prevent testing anti-patterns and enforce best practices in test writing.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hanibalsk/claude-marketplace --skill testing-anti-patterns-hanibalsk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-anti-patterns
Source: https://github.com/hanibalsk/claude-marketplace/tree/main/plugins/dev-agents/skills/testing-anti-patterns
Command: npx skills add https://github.com/hanibalsk/claude-marketplace --skill testing-anti-patterns-hanibalsk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents common testing anti-patterns and enforces best practices to ensure tests verify real behavior, not mocks.

Core Features & Use Cases

  • Avoid testing mock behavior
  • Avoid test-only production methods
  • Ensure mocks reflect real data structures

Quick Start

Follow the guidelines to avoid anti-patterns while writing tests.