PromptsHub
Back to Developers
Developersedge-cases

Edge Case Identifier

Identify edge cases that can break features.

Use Case

Before release or during bug fixing.
AI Prompt
Identify edge cases for a feature. Feature name: [FEATURE NAME] Expected behavior: [NORMAL FLOW] User inputs: [TYPES OF INPUT] Known issues: [IF ANY] Identify: 1. Boundary cases 2. Invalid inputs 3. Rare user behavior 4. Safeguards to add

Example Output

Empty input and special characters caused failures. Add validation and fallbacks.