test-validator

Installation
SKILL.md

PHP Test Validator

A specialized skill for validating PHP test files in CakePHP projects, particularly focused on strict testing principles that ensure tests guarantee production code behavior.

Configuration

This skill reads project-specific test rules from:

  1. Project's CLAUDE.md - testing rules and constraints
  2. tests/README.md - Project test documentation (default)

Core Principle

Test code exists to guarantee the functionality of production code. Code that contradicts this purpose is prohibited.

All validation rules derive from this principle. Tests must:

  • Execute production code paths
  • Use production configuration
  • Verify actual behavior, not code structure
Related skills

More from masanao-ohba/claude-manifests

Installs
14
GitHub Stars
2
First Seen
Jan 27, 2026