Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

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