Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

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.

Überblick

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.

Installationsbefehl
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill explicit-return-values-and-exit-conditions

Kopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren

Sterne0
Forks0
Aktualisiert14. April 2026 um 05:15
SKILL.md
readonly