failure-injection-test-author
Installation
SKILL.md
failure-injection-test-author
Overview
Real production failures span layers:
- HTTP layer: Stripe returns 500; webhook payload malformed; third-party times out.
- TCP layer: Connection reset; high latency; packet loss.
A test using only WireMock (HTTP fault stubs) misses TCP-level chaos. A test using only Toxiproxy misses payload-level faults. Production failures combine both.
This skill builds a workflow that chains WireMock + Toxiproxy into one orchestrated test scenario - closer to production reality.