generating-test-data
Installation
SKILL.md
Generating Test Data
Overview
This skill empowers the agent to generate realistic and diverse test data, streamlining software testing and development workflows. It produces data sets tailored to specific needs, from user profiles to complex business transactions, using standard libraries (like faker, mock) or custom scripts.
When to Use This Skill
- Database Seeding: Populating a database with realistic data for dev/staging.
- QA & Testing: Creating large datasets for integration or load testing (k6/JMeter).
- Authentication: Generating 500+ fake users with valid emails/passwords.
- E-Commerce: Creating mocks for products, orders, and transactions.
- Privacy: Anonymizing production data for lower environments.