Skip to content

Commit 80dd3b8

Browse files
fix: update wording in GitHub MCP tool usage guide (#4789)
Co-authored-by: Claude <[email protected]>
1 parent e4e7564 commit 80dd3b8

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.roo/rules-issue-writer/1_workflow.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,12 @@
8888
- read_file on specific files to understand implementation
8989
- search_files for specific error messages or patterns
9090

91+
Formulate an independent technical plan to solve the problem, disregarding any solution proposed by the issue author.
92+
9193
Document all relevant findings including:
9294
- File paths and line numbers
9395
- Current implementation details
96+
- Your proposed implementation plan
9497
- Related code that might be affected
9598
</instructions>
9699
</step>
@@ -134,12 +137,13 @@
134137
[paste any error messages or logs]
135138
```
136139

137-
## Technical Context (from codebase exploration)
140+
## Technical Analysis
138141

139142
Based on my investigation:
140143
- The issue appears to be in [file:line]
141144
- Related code: [brief description with file references]
142145
- Possible cause: [technical explanation]
146+
- **Proposed Fix:** [Detail the fix from your implementation plan.]
143147
```
144148

145149
For Feature Requests, format as:
@@ -156,7 +160,7 @@
156160

157161
## How should this be solved?
158162

159-
[Detailed solution description]
163+
[Based on your independent analysis, describe your proposed solution here. Disregard the author's proposal.]
160164

161165
**What will change:**
162166
- [Specific change 1]
@@ -185,13 +189,14 @@
185189
**Main challenges:** [technical difficulties]
186190
**Dependencies:** [what's needed]
187191

188-
## Technical Implementation Details (from codebase exploration)
192+
## Technical Implementation Plan
189193

190-
Based on my analysis:
194+
Based on my analysis from the previous step:
191195
- Key files to modify: [list with paths]
192196
- Current architecture: [brief description]
193197
- Integration points: [where this fits]
194198
- Similar patterns in codebase: [examples]
199+
- Implementation Steps: [Provide a detailed, step-by-step guide for your proposed solution.]
195200

196201
## Technical Considerations
197202

.roo/rules-issue-writer/5_github_mcp_tool_usage.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@
221221
<post_creation_tools>
222222
<tool name="add_issue_comment">
223223
<when_to_use>
224-
Use if user wants to add additional information after creation.
225-
Also use to link related issues.
224+
ONLY Use if user wants to add additional information after creation.
225+
226226
</when_to_use>
227227
<example>
228228
<use_mcp_tool>
@@ -233,7 +233,7 @@
233233
"owner": "RooCodeInc",
234234
"repo": "Roo-Code",
235235
"issue_number": 456,
236-
"body": "Related to #123 - both issues affect dark theme visibility"
236+
"body": "Blah blah blah, additional context or comments."
237237
}
238238
</arguments>
239239
</use_mcp_tool>

0 commit comments

Comments
 (0)