Opening the Code Review Interface
1
Access the task
Click on any task in the In Review column to open it in full screen mode.
2
Navigate to the Diffs tab
Once the task is open, click on the Diffs tab to view all the code changes made by the agent.
Adding Review Comments
Line-Specific Comments
To provide feedback on specific lines of code:1
Locate the line
Find the line you want to comment on in the diffs view.
2
Add a comment
Click the plus icon (+) at the beginning of the line to create a review comment.

3
Write your feedback
Enter your comment in the text field that appears. You can provide suggestions, ask questions, or request changes.
Multiple Comments Across Files
You can create several review comments across different files in the same review:- Add comments to multiple lines within a single file
- Switch between different changed files and add comments to each
- All comments will be collected and submitted together as part of your review
Review comments are not submitted individually. They are collected and sent as a complete review when you submit your feedback.
General Review Comments
In addition to line-specific feedback, you can provide general comments about the entire implementation:1
Use the task chat
Navigate to the task chat field at the bottom of the review interface.
2
Add general feedback
Enter broader comments about the implementation, such as:
- Overall code quality assessment
- Architectural concerns
- Performance considerations
- Testing requirements
Submitting Your Review
1
Review all comments
Before submitting, review all the line-specific and general comments you’ve added.
2
Submit the review
Click the Send button to send all your feedback to the coding agent.
All comments (line-specific and general) are combined into a single message for the coding agent to address.
3
Task moves back to In Progress
Once submitted, the task returns to the In Progress column where the agent will address your feedback and implement the requested changes.