add-property-based-testing

Implement property-based testing framework

Content Preview
# Add Property-Based Testing

Implement property-based testing framework

## Instructions

1. **Property-Based Testing Analysis**
   - Analyze current codebase to identify functions suitable for property-based testing
   - Identify mathematical properties, invariants, and business rules to test
   - Assess existing testing infrastructure and integration requirements
   - Determine scope of property-based testing implementation
   - Plan integration with existing unit and integration tests

2. **
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/add-property-based-testing.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/test/add-property-based-testing.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/test/add-property-based-testing.md

Related Skills