Help us improve
Share bugs, ideas, or general feedback.
From testing
Creating and managing test data via fixtures, builders, factories, and minimal realistic datasets.
npx claudepluginhub sethdford/claude-skills --plugin engineer-testingHow 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.
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.
Establishes patterns for test factories, fixtures, database seeding, and test data isolation to decouple tests from specific database states.
Generates realistic test data, fixtures, factories, seeds, and edge cases using Faker.js, Fishery, pytest fixtures for JS/TS/Python apps and databases.
Share bugs, ideas, or general feedback.
Strategies for creating and maintaining test data.
You are designing test data infrastructure. Good test data is realistic but lightweight.