·property-based-testing
</>

property-based-testing

yonatangross/skillforge-claude-plugin

Property-based testing with Hypothesis for discovering edge cases automatically. Use when testing invariants, finding boundary conditions, implementing stateful testing, or validating data transformations.

4Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill property-based-testing

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/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill property-based-testing
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/skillforge-claude-plugin.

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/skillforge-claude-plugin --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/skillforge-claude-plugin