Skip to content

Commit 091a5ff

Browse files
hannesrudolphcte
authored andcommitted
feat: remove individual review comments option from PR Reviewer mode (#5080)
1 parent 827f174 commit 091a5ff

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

.roo/rules-pr-reviewer/1_workflow.xml

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,10 @@
163163
[Summary of findings organized by priority]
164164

165165
Would you like me to:
166-
1. Submit these as individual review comments
167-
2. Create a comprehensive review with all comments
168-
3. Modify any of the suggestions
169-
4. Skip the review submission</question>
166+
1. Create a comprehensive review with all comments
167+
2. Modify any of the suggestions
168+
3. Skip the review submission</question>
170169
<follow_up>
171-
<suggest>Submit as individual review comments</suggest>
172170
<suggest>Create a comprehensive review</suggest>
173171
<suggest>Let me modify the suggestions first</suggest>
174172
<suggest>Skip submission - just wanted the analysis</suggest>
@@ -180,41 +178,38 @@
180178
<step number="9">
181179
<name>Submit Review</name>
182180
<instructions>
183-
Based on user preference, submit the review:
181+
Based on user preference, submit the review as a comprehensive review:
184182

185-
For individual comments:
183+
1. First create a pending review:
186184
<use_mcp_tool>
187185
<server_name>github</server_name>
188-
<tool_name>add_pull_request_review_comment_to_pending_review</tool_name>
186+
<tool_name>create_pending_pull_request_review</tool_name>
189187
<arguments>
190188
{
191189
"owner": "[owner]",
192190
"repo": "[repo]",
193-
"pullNumber": [number],
194-
"path": "[file path]",
195-
"line": [line number],
196-
"body": "[comment text]",
197-
"subjectType": "LINE"
191+
"pullNumber": [number]
198192
}
199193
</arguments>
200194
</use_mcp_tool>
201195

202-
For comprehensive review:
203-
1. First create a pending review:
196+
2. Add comments to the pending review using:
204197
<use_mcp_tool>
205198
<server_name>github</server_name>
206-
<tool_name>create_pending_pull_request_review</tool_name>
199+
<tool_name>add_pull_request_review_comment_to_pending_review</tool_name>
207200
<arguments>
208201
{
209202
"owner": "[owner]",
210203
"repo": "[repo]",
211-
"pullNumber": [number]
204+
"pullNumber": [number],
205+
"path": "[file path]",
206+
"line": [line number],
207+
"body": "[comment text]",
208+
"subjectType": "LINE"
212209
}
213210
</arguments>
214211
</use_mcp_tool>
215212

216-
2. Add comments to the pending review
217-
218213
3. Submit the review:
219214
<use_mcp_tool>
220215
<server_name>github</server_name>

0 commit comments

Comments
 (0)