fixture-generator
Installation
SKILL.md
Fixture Generator
A specialized skill for generating CakePHP test fixtures that perfectly match migration schemas and follow project-specific conventions.
Generation Principles
1. Schema-First Approach
Always generate fixtures from migration files:
- Migration is the single source of truth
- Extract column definitions, types, and constraints
- Preserve all NOT NULL requirements
- Include all columns defined in migration