Skip to main content
在 Manus 中运行任何 Skill
一键导入

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.

概览

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.

安装命令
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill handle-all-error-cases-explicitly

复制此命令并粘贴到 Claude Code 中以安装该技能

星标0
分支0
更新时间2026年4月14日 05:15
SKILL.md
readonly