From jeremylongshore-claude-code-plugins-plus-skills
Auto-activates to generate Jest test configurations, mocking patterns, and unit/integration test code following industry best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:jest-test-generatorThis 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 jest test generator tasks within the Test Automation domain.
This skill provides automated assistance for jest test generator tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with jest test generator" 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-rigGenerates Jest unit and integration tests in JavaScript or TypeScript, covering mocking, snapshots, async testing, and React component testing with Testing Library.
Generates Jest unit tests for JavaScript/TypeScript modules and React components with mocking, coverage, spies, and snapshots. Use for test creation, missing coverage, or improper mocking.
Provides Jest testing patterns for unit tests, mocks, spies, snapshots, setup/teardown, and matchers including equality, truthiness, numbers, strings, and arrays.