Audits web apps for resilience against unexpected user behavior — accidental, edge-case, and chaotic. Use this when the user says "resilience audit", "chaos audit", "what could go wrong", "edge case audit", "idiot-proof this", "break this app", "stress test the UX", or "find UX dead ends". Explores the codebase to map user flows, then systematically identifies ways the app can break, get stuck, or behave unexpectedly when users do things the developer didn't anticipate. Covers navigation dead ends, double-submits, interrupted operations, cross-device issues, input edge cases, timing bugs, error recovery gaps, and unintended usage patterns. Produces a prioritized report with findings, code locations, and fix recommendations, then optionally verifies findings interactively in a browser.
$npx -y skills add neonwatty/qa-skills --skill resilience-auditInstalls into the current project.
Run `npx skills use "https://github.com/neonwatty/qa-skills" --skill "neonwatty/qa-skills/resilience-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/neonwatty/qa-skills" that are relevant to the current task. Run `npx skills add "https://github.com/neonwatty/qa-skills"` and select the relevant skills, then follow their instructions.