with one click
auto-edge-cases
Edge case and boundary handling discipline: empty collections, zero/negative inputs, off-by-one, overflow, Unicode, and the specific defensive coding patterns Claude skips. Corrects happy-path-only code that crashes on boundary inputs. Use when writing functions that accept external input, collections, numeric ranges, or string processing. Triggers: edge case, boundary, empty, zero, null, overflow, off-by-one, pagination, guard, defensive, validate input, empty array, empty string, unicode, saturating.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.