What is fault-injection-testing?
Simulates storage and network failures for resilience testing. Provides circuit breaker state machine, retry policies with backoff, and queue preservation assertions. Source: apankov1/quality-engineering.
Simulates storage and network failures for resilience testing. Provides circuit breaker state machine, retry policies with backoff, and queue preservation assertions.
Quickly install fault-injection-testing AI skill to your development environment via command line
Source: apankov1/quality-engineering.
Production systems fail. Databases time out. Networks reset. Services degrade. If you only test happy paths, your first encounter with failure will be in production. This skill teaches you to systematically inject faults and verify resilience behavior.
When to use: Testing recovery paths, retry logic, circuit breakers, transaction rollback, queue preservation on failure, any code that interacts with external services.
When not to use: Happy-path-only tests, pure functions, UI components, code with no external dependencies.
Simulates storage and network failures for resilience testing. Provides circuit breaker state machine, retry policies with backoff, and queue preservation assertions. Source: apankov1/quality-engineering.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testingSimulates storage and network failures for resilience testing. Provides circuit breaker state machine, retry policies with backoff, and queue preservation assertions. Source: apankov1/quality-engineering.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/apankov1/quality-engineering --skill fault-injection-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/apankov1/quality-engineering