From jeremylongshore-claude-code-plugins-plus-skills
Auto-activates when writing or running tests, providing guidance on test parallelization patterns, mocking, and test framework configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:test-parallelizerThis 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 parallelizer tasks within the Test Automation domain.
This skill provides automated assistance for test parallelizer tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with test parallelizer" 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 j-rigCoordinates parallel test execution across multiple environments and frameworks with intelligent sharding, retry logic, and CI pipeline generation.
Organizes and automates test suites with guidance on unit/integration testing, mocking, and test framework configuration using Jest and pytest.
Configures TestNG parallel test execution at suite, class, method, and instance levels using XML with thread pools and synchronization for faster, reliable testing.