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 5b98f15 3 files · 6.3 KB Updated

File contents

HetCreep/CoalMine/tree/main/skills/resilience-audit commit 5b98f15b2e

Frequently asked questions

npx skillmds@latest add hetcreep/resilience-audit