Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .roo/rules-pr-reviewer/1_workflow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
<step number="2">
<name>Fetch Pull Request Information</name>
<instructions>
By default, review pull requests from the https://github.com/RooCodeInc/Roo-Code repository.

If the user provides a PR number or URL, extract the necessary information:
- Repository owner and name
- Pull request number
Expand Down Expand Up @@ -283,7 +281,7 @@
- Avoid including internal evaluation terminology (e.g., scores or internal tags) in public comments.

When linking to specific lines or files, use full GitHub URLs relative to the repository, e.g.
`https://github.com/RooCodeInc/Roo-Code/blob/main/src/api/providers/human-relay.ts#L50`.
`https://github.com/[owner]/[repo]/blob/[branch]/[path/to/file]#L[line-number]`.

Present your findings as a numbered list organized by priority:

Expand Down