Skip to main content
Execute qualquer Skill no Manus
com um clique

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.

Visão geral

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 instalação
npx skills add https://github.com/seanrobmerriam/kinetic-code-skills --skill explicit-return-values-and-exit-conditions

Copie e cole este comando no Claude Code para instalar a skill

Estrelas0
Forks0
Atualizado14 de abril de 2026 às 05:15
SKILL.md
readonly