Skip to main content
Run any Skill in Manus
with one click

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.

Overview

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.

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

Copy and paste this command into Claude Code to install the skill

Stars0
Forks0
UpdatedApril 14, 2026 at 05:15
SKILL.md
readonly