The Test Writer skill automates the rigorous process of quality assurance by analyzing your code to identify inputs, outputs, and invariants. It generates a detailed test matrix that covers the happy path, edge cases, and potential failure modes, then provides implementation sketches for unit and integration tests. Beyond basic testing, it incorporates advanced patterns like property-based fuzzing, performance probes, and observability assertions, ensuring your code is deterministic, parallel-safe, and production-ready.
Key Features
01Automatic test matrix derivation for exhaustive logical coverage
02Provides low-boilerplate fixtures, mocks, and stubs
03Includes performance thresholds and concurrency check suggestions
040 GitHub stars
05Generates unit and integration test sketches tailored to your stack
06Supports property-based and fuzz testing for robust validation