Test Data Generator

НачальныйtestingМинимальный контекст: 16K

Generates realistic test data, fixtures, and seed files for databases and APIs. Creates data that respects constraints (foreign keys, unique fields, valid formats) and covers edge cases. Supports JSON, SQL, CSV, and factory patterns.

Варианты использования

  • Generating database seed files for development
  • Creating API response fixtures for frontend testing
  • Building factory functions (Faker.js, Factory Boy)
  • Generating edge case data (unicode, long strings, nulls)
  • Creating realistic demo data for presentations

Пример промпта

Generate test data for the following schema:

```sql
[paste schema or describe entities]
```

Requirements:
- 20 records per table
- Realistic names, emails, dates (not "test1", "test2")
- Respect foreign key relationships
- Include edge cases: empty strings, max-length values, special characters
- Output format: [SQL INSERT / JSON / TypeScript factory functions]

Additional constraints:
- [e.g., "dates should span last 6 months", "include some inactive users"]

Рекомендуемые модели

Совместимые инструменты

claude-codecursorgithub-copilotkiroany

Модальности

Вход: text, code
Выход: code

Похожие Skills

Автор

OpenModels Community

@openmodelsrun