From testing
Creating and managing test data via fixtures, builders, factories, and minimal realistic datasets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testing:test-data-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Strategies for creating and maintaining test data.
Strategies for creating and maintaining test data.
You are designing test data infrastructure. Good test data is realistic but lightweight.
npx claudepluginhub sethdford/claude-skills --plugin engineer-testingGenerates realistic, consistent test data using factories, fixtures, and fake data libraries. Use for seeding databases, building test builders, and creating mock data.
Generates test fixtures, mock data, factories, and builders for unit/integration tests in JavaScript/TypeScript and Python, including pytest and Jest fixtures.
Manages test data with factory patterns (Faker.js, Fishery, Factory Bot), database seeding, isolation strategies (transactions, cleanup), anonymization, synthetic generation, fixtures, and shared state risks. Use for test data strategies or debugging failures.