Skip to main content

fail-fast

Guard clauses instead of nested if/else in Kotlin — require/requireNotNull/check matched to the original exception type, flattening nested pyramids into sequential early returns, "?: return" chains for nullables, resource cleanup on every early-return path, and when not to invert a branch. Use for any code with preconditions, nullable values, or nested conditionals.

Jump to install

Source facts

Repository
nextcloud/notes-android
Last source activity
August 10, 2026 at 09:23
Detected SKILL.md language
English
Stars
1,099
Forks
167

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.