From jeremylongshore-claude-code-plugins-plus-skills
Assists with property-based testing operations: writing property tests, generating random inputs, and validating invariants across testing frameworks like Jest and pytest.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:property-based-test-helperThis 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 property based test helper tasks within the Test Automation domain.
This skill provides automated assistance for property based test helper tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with property based test helper" 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 property-based tests using fast-check (TypeScript/JavaScript with Vitest) and Hypothesis (Python) to find edge cases, verify properties like roundtrips and invariants.
Designs property-based tests that verify code invariants across automatically generated inputs, using frameworks like Hypothesis, fast-check, and junit-quickcheck.
Generates property-based and generative tests with fast-check, hypothesis, and automatic shrinking to discover edge cases missed by example-based tests.