Error Log Reduction
This loop analyzes application error logs to identify and fix recurring errors, reducing their frequency over time through iterative debugging and targeted c…
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 "Error Log Reduction" loop.
Goal: Reduce recurring errors detected in application logs to meet a target threshold
Max iterations: 10
Between iterations run: analyze-error-logs
Exit when: error_count <= target_error_count
I want to reduce recurring errors in my application. Please analyze the error logs to identify patterns and fix the most common issues. What is your target error count and where should I find the log files to analyze?
Self-pace this loop. After each iteration, run `analyze-error-logs` and evaluate the output, and only continue if the exit condition is not met (error_count <= target_error_count). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.