Resilience Audit

Failure-mode audit (FMEA for software) — for each way the system can fail (network, storage, partial completion, crash, concurrency, bad input), check whether code DETECTS, HANDLES, RECOVERS, and COMMUNICATES it. Triggers on: "/resilience-audit", "resilience-audit", "FMEA audit". Use when touching network, storage, async, retry, or rollback paths. Flags data loss, silent-success-on-failure, missing rollback/retry/idempotency. Reports; does not fix unless asked.

HetCreep Updated

File contents

HetCreep/CoalMine/tree/main/plugin/skills/resilience-audit commit 0d72ac82a4

Frequently asked questions

npx skillmds@latest add hetcreep/resilience-audit-2