This loop systematically identifies, analyzes, and resolves unresolved code review comments to improve code quality and ensure all feedback is addressed before merging.
Resolve all unresolved review comments in the codebase
Run this loop in a supported coding environment (e.g., Cursor, Claude Code) to automatically find review comments, understand them, and make necessary code changes until all are resolved.
Start Loop
Initiate the loop by running the kickoff prompt in your coding environment
Check for Comments
Run 'comment audit' to identify unresolved review comments
Analyze & Act
For each unresolved comment, understand the feedback and make required code changes
Verify Resolution
Re-run 'comment audit' to confirm the comment is resolved
Repeat Until Clean
Continue the cycle until no unresolved comments remain
Comment Audit
Run 'comment audit' to list all unresolved review comments
Review
An automated workflow loop that iteratively reviews and improves pull request code quality to achieve merge readiness. This loop focuses on code standards, testing, documentation, and best practices through self-paced agent iterations.
Review
A self-paced loop for coding agents to iteratively review and improve their pull request quality before submission. The agent acts on the codebase, runs automated checks, inspects results, and refines changes until all quality criteria are met.
Review
An automated iterative loop that analyzes code for security vulnerabilities, runs security checks, identifies issues, implements fixes, and continues until security approval is achieved. The agent self-paces through act → check → inspect cycles to ensure code meets security standards.
Comment Analysis
Read and understand each unresolved comment's context and requirements
Code Modification
Make targeted changes to address the specific feedback in the comment
Verification
Run 'comment audit' again to verify the change resolves the comment
Iteration Check
If unresolved comments remain and iteration limit not reached, repeat the workflow
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.