nw-pbt-fundamentals

Installation
SKILL.md

PBT Fundamentals

Core property-based testing knowledge, language-agnostic. Load language-specific skills for framework syntax.

What PBT Is

Instead of specifying individual test cases, define properties (rules for all valid inputs) and let the framework generate hundreds of random inputs to attempt falsification. On failure, framework automatically shrinks input to minimal reproducing case.

PBT complements example-based tests. Use both.

Property Types Taxonomy

Decision Table: Choosing Property Types

Installs
6
Repository
nwave-ai/nwave
GitHub Stars
600
First Seen
Apr 4, 2026
nw-pbt-fundamentals — nwave-ai/nwave