Address Review Feedback
This loop systematically identifies, analyzes, and resolves unresolved code review comments to improve code quality and ensure all feedback is addressed befo…
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 "Address Review Feedback" loop.
Goal: Resolve all unresolved review comments in the codebase
Max iterations: 10
Between iterations run: comment audit
Exit when: No unresolved comments found
Begin by checking for unresolved review comments using 'comment audit'. For each unresolved comment, analyze its context and make the necessary code changes to address it. After resolving each comment, verify with another audit. Continue this process until all comments are resolved or the maximum iterations are reached.
Self-pace this loop. After each iteration, run `comment audit` and evaluate the output, and only continue if the exit condition is not met (No unresolved comments found). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.