PromptsHub
Back to Developers
Developersbugsdebugging

Intermittent Bug Root Cause Analyzer

Identify root causes of bugs that occur randomly.

Use Case

When bugs are hard to reproduce and appear randomly.
AI Prompt
Analyze an intermittent bug. Bug details: - Bug description: [WHAT HAPPENS] - Frequency: [E.G. 1 IN 20 REQUESTS] - Affected users: [ALL USERS / SPECIFIC SEGMENT] - Environment: [PRODUCTION / STAGING] - Logs or metrics: [ANY SIGNALS YOU HAVE] Determine: 1. Patterns or correlations 2. Most likely technical causes 3. Reproduction strategy 4. Fix and validation plan

Example Output

Bug occurs during peak traffic only. Likely race condition. Reproduce using concurrent requests. Fix with request locking.