No Silent Errors

Use whenever a failure or error path is in play — error handling, exceptions, swallowed failures, fallbacks, or empty/None/default values standing in for missing required data — and when modeling a type so a failure cannot be represented silently. The concern is failures that pass unnoticed; reach for it any time a value, call, or branch could fail without anyone seeing. Not triggered merely because code is involved, or because input is being parsed or formatted — triggered when how something fails, or is kept from failing, is at stake.

bahadirkisbet Updated

File contents

bahadirkisbet/bardak/tree/main/plugins/bardak/skills/no-silent-errors commit d86e3f1766

Frequently asked questions

npx skillmds@latest add bahadirkisbet/no-silent-errors