This is a structured browser-based testing workflow that injects faults to see how your frontend handles failures. It walks through API errors, network timeouts, missing data, edge cases, and third-party service failures using mocked requests and network throttling. The skill references SRE and chaos engineering principles but packages them into a five-phase review with specific checks like "does a 500 error show a blank screen" and "do images have fallbacks." Use it before launch or after production incidents when you need to systematically verify the unhappy paths. The browser automation with evidence recording is the core value here, turning resilience testing from ad-hoc clicking into something repeatable.
npx skills add https://github.com/shiplightai/agent-skills --skill resilience-review