From superpowers-symfony
Creates test fixtures using Foundry factories for realistic test data in Symfony projects with Doctrine.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfonyUse the `symfony:doctrine-fixtures-foundry` skill exactly as written.
/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.
/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.
/seed-dataGenerates realistic test data and idempotent seed scripts for database seeding using Faker libraries while maintaining relational integrity and configurable volumes.
/db-testGenerates database test suite with test data factories, transaction wrappers for rollback, schema validation, assertions, and cleanup for your ORM and test framework.
Share bugs, ideas, or general feedback.
Use the symfony:doctrine-fixtures-foundry skill exactly as written.