property-test-writer

Community

Catch elusive edge cases with automated property-based tests.

Authorrobotijn
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Example-based test suites only cover a small subset of possible inputs, missing pathological edge cases like empty values, huge payloads, Unicode characters, and near-boundary inputs that cause production bugs. This Skill writes property-based tests that verify universal invariants hold across the entire input space, catching bugs that example tests will never find.

Core Features & Use Cases

  • Multi-framework support: Generates property tests for Hypothesis (Python), fast-check (TypeScript), jqwik (Java), FsCheck (C#), proptest (Rust), and 8+ other frameworks across 7 languages.
  • Key property types: Implements round-trip, idempotency, commutativity, associativity, preservation, oracle/differential, metamorphic, and stateful model-based test patterns.
  • Use case: For a JSON serialization module, this Skill generates tests that verify decode(encode(x)) == x for all valid inputs, automatically shrinking any failing case to the minimal reproducible counterexample.

Quick Start

Use the property-test-writer skill to generate property-based tests for your serialization module that verify round-trip invariants hold for every valid input.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: property-test-writer
Download link: https://github.com/robotijn/ctoc/archive/main.zip#property-test-writer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.