test-data-builder
This skill provides automated assistance for test data builder tasks within the Test Automation domain.
Content Preview
--- name: test-data-builder description: | Test Data Builder - Auto-activating skill for Test Automation. Triggers on: test data builder, test data builder Part of the Test Automation skill category. allowed-tools: Read, Write, Edit, Bash, Grep version: 1.0.0 license: MIT author: Jeremy Longshore <[email protected]> --- # Test Data Builder ## Purpose This skill provides automated assistance for test data builder tasks within the Test Automation domain. ## When to Use This skil
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/test-data-builder.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/planned-skills/generated/09-test-automation/test-data-builder/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at planned-skills/generated/09-test-automation/test-data-builder/SKILL.md
Related Skills
Generating Test Data
This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures f
skill-adaptergenerating test data
by jeremylongshore · plugins-plus-skills
Generating Test Doubles
This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need t
skill-adaptergenerating test doubles
by jeremylongshore · plugins-plus-skills
Managing Test Environments
This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with
skill-adaptermanaging test environments
by jeremylongshore · plugins-plus-skills
Orchestrating Test Workflows
This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orc
skill-adapterorchestrating test workflows
by jeremylongshore · plugins-plus-skills