test-design-reviewer

Installation
SKILL.md

ABOUTME: Test quality assessment using Farley's 8 Properties of Good Tests

ABOUTME: Detects tautological tests, mock theatre, and structural test weaknesses

Test Design Reviewer

Quality Notes

  • Read every test file thoroughly before scoring
  • Quality over speed: analyze what each test actually verifies
  • Do not skip the Tautology Theatre check

Process

Step 1: Collect test files

Identify all test files in scope. Use language-appropriate patterns:

  • Go: *_test.go
  • Python: test_*.py, *_test.py
  • Ruby: *_spec.rb
Related skills
Installs
1
GitHub Stars
13
First Seen
Mar 29, 2026