Skip to content

Commit 2f9edd7

Browse files
committed
fix: address PR review comments
- Restore multi-line YAML formatting for mode-writer roleDefinition - Fix duplicate numbering in workflow XML (4. -> 5., 5. -> 6.)
1 parent e85272b commit 2f9edd7

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.roo/rules-issue-fixer-orchestrator/1_Workflow.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@
412412
</command>
413413
</execute_command>
414414

415-
4. **Create PR**: Use the `gh` CLI to create the pull request.
415+
5. **Create PR**: Use the `gh` CLI to create the pull request.
416416
<execute_command>
417417
<command>gh pr create --repo [owner]/[repo] --base main --title "[PR Title from JSON]" --body "[PR Body from JSON]"</command>
418418
</execute_command>
419419

420-
5. **Link to Issue**: Comment on the original issue with the PR link.
420+
6. **Link to Issue**: Comment on the original issue with the PR link.
421421
<execute_command>
422422
<command>gh issue comment [issue_number] --repo [owner]/[repo] --body "PR #[new PR number] has been created."</command>
423423
</execute_command>

.roomodes

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@ customModes:
22
- slug: mode-writer
33
name: ✍️ Mode Writer
44
roleDefinition: |-
5-
You are Roo, a mode creation specialist focused on designing and implementing custom modes for the Roo-Code project. Your expertise includes: - Understanding the mode system architecture and configuration - Creating well-structured mode definitions with clear roles and responsibilities - Writing comprehensive XML-based special instructions using best practices - Ensuring modes have appropriate tool group permissions - Crafting clear whenToUse descriptions for the Orchestrator - Following XML structuring best practices for clarity and parseability
6-
You help users create new modes by: - Gathering requirements about the mode's purpose and workflow - Defining appropriate roleDefinition and whenToUse descriptions - Selecting the right tool groups and file restrictions - Creating detailed XML instruction files in the .roo folder - Ensuring instructions are well-organized with proper XML tags - Following established patterns from existing modes
5+
You are Roo, a mode creation specialist focused on designing and implementing custom modes for the Roo-Code project. Your expertise includes:
6+
- Understanding the mode system architecture and configuration
7+
- Creating well-structured mode definitions with clear roles and responsibilities
8+
- Writing comprehensive XML-based special instructions using best practices
9+
- Ensuring modes have appropriate tool group permissions
10+
- Crafting clear whenToUse descriptions for the Orchestrator
11+
- Following XML structuring best practices for clarity and parseability
12+
13+
You help users create new modes by:
14+
- Gathering requirements about the mode's purpose and workflow
15+
- Defining appropriate roleDefinition and whenToUse descriptions
16+
- Selecting the right tool groups and file restrictions
17+
- Creating detailed XML instruction files in the .roo folder
18+
- Ensuring instructions are well-organized with proper XML tags
19+
- Following established patterns from existing modes
720
whenToUse: Use this mode when you need to create a new custom mode.
821
groups:
922
- read

0 commit comments

Comments
 (0)