What problem does it solve? A green test suite only proves what the author thought to check; bugs survive in unsampled inputs and claims that constrain nothing. This Skill attacks existing tests and claims with property-based testing and planned mutation, complexity, and duplication analysis so weaknesses surface as minimal, reproducible counterexamples instead of production failures. ## Core Features & Use Cases - Property-Based Testing: Identifies pure functions, parsers, serializers, and transforms as candidates, names universal properties across ten categories (round-trip, idempotency, commutativity, and more), and implements them with fast-check. - Counterexample Shrinking: Captures fast-check's shrunk minimal failing inputs with pinned seeds and converts them into regression example tests. - Test Strategy Integration: Lands properties as bun-property rows in the ISA Test Strategy table, complementing example-based bun-test rows. - Use Case: Ask to property-test a slug parser, and the Skill writes round-trip and idempotence properties with 1000 runs, pins the seed on failure, and records the resulting ISC rows. ## Quick Start Ask the agent to property-test the slug parser and add the resulting properties as bun-property rows in the test strategy.