mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* Add issue writer mode with detailed templates for bug reports and feature proposals * Refactor issue-writer mode to enhance role definition and instructions for creating GitHub issues * Add steps for searching GitHub Discussions and documenting related issues in the issue creation process * Add Issue Fixer mode with detailed workflow for resolving GitHub issues * Enhance Issue Fixer mode with detailed workflows for PR reviews and issue handling * Refactor Issue Fixer and Issue Worker modes to enhance workflow orchestration and implementation processes. Updated role definitions, added detailed workflows for issue resolution, and improved context management and communication guidelines. * Enhance issue-worker mode with branch verification steps and detailed instructions for ensuring correct branch setup before implementation. Updated workflow to include branch context in design planning and final verification processes. * Enhance pull request creation and verification workflow with detailed steps for branch verification, commit checks, and comprehensive PR status monitoring. Improved instructions for ensuring successful PR creation and linking to original issues. * feat: Add Issue Writer and Issue Fixer modes with comprehensive workflows - Add Issue Writer mode for creating well-structured GitHub issues - Add Issue Fixer mode for implementing fixes from GitHub issues - Include detailed workflow rules and best practices for both modes - Add GitHub MCP tool usage guidelines - Include PR workflow and communication guidelines
21 lines
No EOL
556 B
XML
21 lines
No EOL
556 B
XML
<common_patterns>
|
|
<bug_fix_pattern>
|
|
1. Reproduce the issue
|
|
2. Identify root cause
|
|
3. Implement minimal fix
|
|
4. Add regression test
|
|
5. Verify fix works
|
|
6. Check for side effects
|
|
</bug_fix_pattern>
|
|
|
|
<feature_implementation_pattern>
|
|
1. Understand all requirements
|
|
2. Design the solution
|
|
3. Implement incrementally
|
|
4. Test each component
|
|
5. Integrate components
|
|
6. Verify acceptance criteria
|
|
7. Add comprehensive tests
|
|
8. Update documentation
|
|
</feature_implementation_pattern>
|
|
</common_patterns> |