test-gen
Installation
SKILL.md
Test Generator (Pact-lang Inspired)
Automatically generates test cases from type constraints and YAML specs.
The Value
Instead of manually writing tests for every edge case, declare constraints once and get:
- Boundary tests (min/max values)
- Format tests (email, UUID, etc.)
- Edge cases (empty, null, very long)
- Happy path fixtures
- Error scenario tests