Skip to main content
Manusで任意のスキルを実行
ワンクリックで

explicit-return-values-and-exit-conditions

Every code path must have an explicit return value or exit condition. Functions must not reach the end without returning. If a function should return nothing, explicitly return undefined, null, or void.

概要

Every code path must have an explicit return value or exit condition. Functions must not reach the end without returning. If a function should return nothing, explicitly return undefined, null, or void.

インストールコマンド
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill explicit-return-values-and-exit-conditions

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストール

スター0
フォーク0
更新日2026年4月14日 05:15
SKILL.md
readonly