Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

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.

Aperçu

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.

Commande d'installation
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

Copiez et collez cette commande dans Claude Code pour installer le skill

Étoiles0
Forks0
Mis à jour14 avril 2026 à 05:15
SKILL.md
readonly