test-data-generation
✓Test data generation patterns using Bogus, test builders, and ABP seeders. Use when: (1) creating realistic test data, (2) implementing test data seeders, (3) building test fixtures, (4) generating fake data for development.
Installation
SKILL.md
Generate realistic test data using Bogus, test builders, and ABP data seeders.
| Bogus Faker | Random realistic data | PatientFaker.Generate(10) | | Builder | Fluent test object creation | new PatientBuilder().WithName("John").Build() | | Data Seeder | Database test data | IDataSeedContributor | | Fixture | Shared test context | IClassFixture |
| f.Name.FullName() | Random full name | | f.Internet.Email() | Random email | | f.Phone.PhoneNumber("###-###-####") | Formatted phone | | f.Date.Past(years) | Past date | | f.Date.Future(days) | Future date | | f.Lorem.Sentence() | Random sentence | | f.Random.Int(min, max) | Random integer | | f.PickRandom () | Random enum value |
Test data generation patterns using Bogus, test builders, and ABP seeders. Use when: (1) creating realistic test data, (2) implementing test data seeders, (3) building test fixtures, (4) generating fake data for development. Source: thapaliyabikendra/ai-artifacts.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill test-data-generation- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is test-data-generation?
Test data generation patterns using Bogus, test builders, and ABP seeders. Use when: (1) creating realistic test data, (2) implementing test data seeders, (3) building test fixtures, (4) generating fake data for development. Source: thapaliyabikendra/ai-artifacts.
How do I install test-data-generation?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill test-data-generation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thapaliyabikendra/ai-artifacts
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01