database-seeding
SolidPopulate 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.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- seb1n
- Repository
- seb1n/awesome-ai-agent-skills
- Created
- 7 months ago
- Last Updated
- 1 months ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
test-data-gen
Use when tests need realistic fixtures or mock data and you want to generate them deterministically instead of copying production data.
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.
synthetic-data-desk
design synthetic data generation workflows with seed examples, constraints, diversity targets, contamination controls, review loops, and validation gates.