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 لتثبيت المهارة

النجوم٠
التفرعات٠
آخر تحديث١٤ أبريل ٢٠٢٦ في ٠٥:١٥
SKILL.md
readonly