Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

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.

Resumen

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.

Comando de instalación
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill explicit-return-values-and-exit-conditions

Copia y pega este comando en Claude Code para instalar la habilidad

Estrellas0
Forks0
Actualizado14 de abril de 2026, 05:15
SKILL.md
readonly