From superpowers-symfony
Creates test fixtures using Foundry factories for realistic test data in Symfony projects.
How this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-fixturesThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:doctrine-fixtures-foundry` skill exactly as written.
Use the symfony:doctrine-fixtures-foundry skill exactly as written.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfony/mock-data-generatorGenerates realistic mock test data using Faker.js, schemas, custom generators. Supports relational data, bulk generation, DB seeds, API fixtures. Exports JSON, CSV, SQL, TypeScript files.
/generate-dataGenerates realistic test data from schemas or models, respecting constraints, relationships, and locales. Outputs JSON, CSV, SQL INSERTs, or fixtures to test/fixtures with validation report.
/seed-dataGenerates realistic test data and idempotent seed scripts for database seeding using Faker libraries while maintaining relational integrity and configurable volumes.
/seedSets up database seeding infrastructure with factories, test fixtures, fake data generation, idempotent scripts, environment-aware configs, large dataset optimization, and production anonymization. Detects ORM/DB and outputs factories, scripts, queries.
/db-testGenerates database test suite with test data factories, transaction wrappers for rollback, schema validation, assertions, and cleanup for your ORM and test framework.
/generate-dataGenerates realistic dummy datasets for testing, demos, or prototyping in CSV, JSON, SQL inserts, or Python script formats.