test-fixture-generator

Installation
SKILL.md

Test Fixture Generator

Generate test fixtures matching schema specifications with automatic edge case injection.

Core Generator

def generate_fixtures(
    schema: dict,
    count: int = 100,
    edge_cases: bool = True
) -> pd.DataFrame:
    """Generate test data matching schema."""
    data = {}
Related skills
Installs
37
GitHub Stars
39
First Seen
Feb 5, 2026