mint
SolidGenerating test data and fixtures. Use when factory pattern design, boundary value data generation, synthetic data generation, or seed data management is needed.
Install
Quality Score: 84/100
Skill Content
Details
- Author
- simota
- Repository
- simota/agent-skills
- Created
- 8 months ago
- Last Updated
- 1 weeks ago
- Language
- HTML
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
generating-synthetic-test-data
Generate realistic synthetic data for testing data pipelines — deterministic seeded fixtures, referential integrity across tables, edge cases (nulls, duplicates, late/out-of-order events), volume for load tests, and privacy-safe stand-ins for production. Use when creating test data for pipeline/dbt tests, seeding dev environments, load testing, or replacing PII with safe synthetic data.
test-data-gen
Use when tests need realistic fixtures or mock data and you want to generate them deterministically instead of copying production data.
database-seeding
Populate databases with realistic, reproducible test data for development, testing, and staging environments. Use when the user requests database seeding or provides relevant inputs for this workflow.