Crash Loop Investigation
A systematic debugging loop designed to identify, reproduce, and eliminate application crashes. This loop guides you through iterative analysis and fix attem…
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
Start the "Crash Loop Investigation" loop.
Goal: Eliminate crashes
Max iterations: 10
Between iterations run: crash reproduction
Exit when: Crash no longer reproducible
To begin crash investigation, please provide the following:
1. The exact error message or exception details
2. Application name and version
3. Step-by-step instructions to reproduce the crash
4. Any relevant code snippets or file paths related to the crash
5. Environment details (OS, browser, device, etc.)
Once shared, I'll analyze the crash and attempt to resolve it through iterative testing.
Self-pace this loop. After each iteration, run `crash reproduction` and evaluate the output, and only continue if the exit condition is not met (Crash no longer reproducible). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.