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

cleanup-defensive

// Remove pointless try/catch blocks and defensive guards that hide errors or add no value. Preserves catches at true system boundaries (HTTP handlers, CLI entry, message consumers). Use when the user asks to remove try/catch, fix error hiding, clean up defensive code, or stop swallowing errors. Example queries — "remove pointless try/catch", "we're swallowing errors", "stop hiding bugs in catch blocks", "clean up the defensive code".

$ git log --oneline --stat
stars:76
forks:8
updated:2026년 4월 24일 22:43
SKILL.md
readonly