Edge Case Coverage

Identify and document boundary conditions, corner cases, error scenarios, and validation requirements that implementations must handle. Use when the user asks to find edge cases, identify corner cases, specify validation rules, enumerate error scenarios, harden a function against bad inputs, or think through what can go wrong at the boundaries of a system. NOT for writing the actual tests (use testing-framework or test-driven-development). NOT for structured risk registers around project-level risks (use risk-management). NOT for security vulnerability scanning (use code-review).

viktorbezdek 4af3a85 3 files · 7.5 KB Updated

File contents

viktorbezdek/skillstack/tree/main/edge-case-coverage/skills/edge-case-coverage commit 4af3a85cae

Frequently asked questions

npx skillmds@latest add viktorbezdek/edge-case-coverage