Try Except

Audit try/except blocks for overly broad scope, by-catch risk, and catches of built-in exceptions that should be conditional checks. Tightens each block so the try covers only the operation that can actually fail.

hugobowne Updated

File contents

hugobowne/show-us-your-agent-skills/tree/main/skills/try-except commit e0fafa2e00

Frequently asked questions

npx skillmds@latest add hugobowne/try-except