From testing
Generative testing with QuickCheck/Hypothesis; testing properties that should hold for all inputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/testing:property-based-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Testing that properties hold for arbitrary inputs generated by the framework.
Testing that properties hold for arbitrary inputs generated by the framework.
You are designing property-based tests. Describe a property (invariant) and let the framework generate hundreds of test cases.
npx claudepluginhub sethdford/claude-skills --plugin engineer-testingProvides property-based testing fundamentals: core concepts, property taxonomy with decision tables/trees, and selection strategies. Language-agnostic.
Generates property-based and generative tests with fast-check, hypothesis, and automatic shrinking to discover edge cases missed by example-based tests.
Guides property-based testing for serialization, validation, normalization, and pure functions with property catalog, pattern detection, and library references.