Guarding Silent Failures

Use when an operation can fail while still returning valid-looking output - CAD/geometry booleans, image and mesh pipelines, renderers, cleanup and migration scripts, bulk edits, data transforms - or when writing the check that is supposed to catch such a failure. Also use when a test, grep, audit or probe comes back clean and that clean result is about to be trusted, when a fix "worked" but nothing visibly changed, and whenever choosing between fixing a magic number and installing an assertion.

srfinch17 087d2e5 39.7 KB Updated

File contents

srfinch17/peckworks-skills-laboratory/tree/main/skills/guarding-silent-failures commit 087d2e5b79

Frequently asked questions

npx skillmds@latest add srfinch17/guarding-silent-failures