From jeremylongshore-claude-code-plugins-plus-skills
Provides step-by-step guidance for building test data in test automation, covering patterns, configurations, and best practices for unit, integration, and mocking scenarios.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:test-data-builderThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for test data builder tasks within the Test Automation domain.
This skill provides automated assistance for test data builder tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with test data builder" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Test Automation skill category. Tags: testing, jest, pytest, mocking, tdd
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningGenerates test fixture configurations and code for automated testing. Useful for unit testing, integration testing, and mocking patterns.
Generates realistic test data including fixtures, factory functions, seed datasets, and edge case values. Supports Faker.js, Fishery, factory-boy, and database seed scripts.
Generates test fixtures, mock data, factories, and builders for unit/integration tests in JavaScript/TypeScript and Python, including pytest and Jest fixtures.