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.
Related Prompts
View AllProduction Debugging Assistant
Debug production issues with limited logs and incomplete information.
debuggingproductionincident
View Prompt
Error Message Explainer
Explain complex error messages in simple terms.
errorslearning
View Prompt
Performance Issue Debugger
Identify and fix performance issues in applications.
performance
View Prompt