Back to Developers
Developersdebuggingproductionincident
Production Debugging Assistant
Debug production issues with limited logs and incomplete information.
Use Case
When production issues occur with limited visibility and high urgency.
AI Prompt
Help me debug a production issue.
Context:
- Application type: [WEB / MOBILE / BACKEND / FULLSTACK]
- Environment: [PRODUCTION / STAGING]
- User-reported issue: [WHAT USERS ARE EXPERIENCING]
- Frequency: [ALWAYS / INTERMITTENT / RARE]
- Available logs or errors: [PASTE LOGS OR ERROR MESSAGES]
- Recent deployments or changes: [DEPLOYMENTS / CONFIG / FEATURE FLAGS]
Analyze:
1. What is failing and who is affected
2. Likely root causes ranked by probability
3. Immediate safe mitigation
4. Long-term fix
5. Logs or monitoring to add
How to Use
- 1Fill in all available production details
- 2Paste logs or error messages
- 3Mention recent releases or config changes
Example Output
Application type: Ecommerce web app Environment: Production User issue: Checkout fails randomly Frequency: Intermittent Logs: Null reference error Recent changes: Payment SDK upgrade Likely cause is improper SDK initialization. Immediate fix is rollback. Long-term fix is validation and better logging.
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