Memory Leak Hunter
This loop automatically detects and resolves memory leaks in your application through iterative profiling and code fixes. It runs memory profiling tools, ana…
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 "Memory Leak Hunter" loop.
Goal: Remove memory leaks
Max iterations: 10
Between iterations run: memory profiling
Exit when: Memory usage stable
Start the Memory Leak Hunter loop. First, run memory profiling on the current codebase to identify any potential memory leaks. Analyze the output and propose specific fixes. Continue iterating until memory usage stabilizes or we reach maximum iterations.
Self-pace this loop. After each iteration, run `memory profiling` and evaluate the output, and only continue if the exit condition is not met (Memory usage stable). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.