Retry Safety

Use when a diff carries side effects - database writes, migrations, file mutations, network calls, payments, queue messages - to check whether running it twice is safe. Also when reviewing retry logic, crash recovery, or anything a scheduler, queue, or impatient caller might re-run. Silent when the diff touches no side-effecting surface. Read-only review. Applying the fixes belongs to expedite.

escoffier-labs Updated

File contents

escoffier-labs/skillet/tree/main/skillet/skills/retry-safety commit 1ab13ddc81

Frequently asked questions

npx skillmds@latest add escoffier-labs/retry-safety