property-based-testing
✓Property-based testing with Hypothesis for discovering edge cases automatically. Use when testing invariants, finding boundary conditions, implementing stateful testing, or validating data transformations.
Installation
SKILL.md
Discover edge cases automatically by testing properties instead of examples.
| Strategy design | Composite strategies for domain objects | | Example count | 100 for CI, 10 for dev, 1000 for release | | Database tests | Use explicit mode, limit examples | | Deadline | Disable for slow tests, 200ms default | | Stateful tests | RuleBasedStateMachine for state machines |
strategies Keywords: strategy, hypothesis, generator, fromtype, composite Solves: Generate test data, create strategies for custom types
Property-based testing with Hypothesis for discovering edge cases automatically. Use when testing invariants, finding boundary conditions, implementing stateful testing, or validating data transformations. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill property-based-testing- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is property-based-testing?
Property-based testing with Hypothesis for discovering edge cases automatically. Use when testing invariants, finding boundary conditions, implementing stateful testing, or validating data transformations. Source: yonatangross/orchestkit.
How do I install property-based-testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill property-based-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01