test-validation

Detect test theater anti-patterns in test suites and suggest concrete improvements.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lattenwald/my-home-manager --skill test-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-validation
Source: https://github.com/lattenwald/my-home-manager/tree/main/claude/skills/test-validation
Command: npx skills add https://github.com/lattenwald/my-home-manager --skill test-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and eliminates "test theater" anti-patterns in tests, ensuring tests verify real behavior rather than just producing a passing verdict.

Core Features & Use Cases

  • Anti-Patterns Catalog: Detects meaningless error checks, brittle timing, shallow validation, redundant coverage, and thread-safety theater.
  • Quality Testing Patterns: Provides concrete examples for deterministic async testing, proper coordination, and data integrity checks.
  • Language Considerations: Guidance tailored to common languages (Go, Rust, Python, etc.) as appropriate.

Quick Start

Ask Claude to review a test suite and identify anti-patterns, along with concrete improvements and example of improved tests.