Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

handle-all-error-cases-explicitly

Every error that could occur must be handled explicitly. Don't assume operations succeed. Wrap risky operations in try-catch blocks or use error checking. Propagate errors upward with context.

Überblick

Every error that could occur must be handled explicitly. Don't assume operations succeed. Wrap risky operations in try-catch blocks or use error checking. Propagate errors upward with context.

Installationsbefehl
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren

Sterne0
Forks0
Aktualisiert14. April 2026 um 05:15
SKILL.md
readonly