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 AllGit Conflict and Command Resolver
Resolves complex git conflicts, detached heads, and state disasters with safe, step-by-step terminal commands.
gitversion-controldebugging
View Prompt
Interactive Root Cause Debugging Assistant
Acts as an interactive debugger to diagnose complex stack traces, error messages, and state bugs.
debuggingtroubleshootingerrors
View Prompt
Python Memory Leak Detector
Detects memory leaks and performance bottlenecks in Python code using static analysis.
pythonmemory-managementdebugging
View Prompt