feat: add PR Fixer mode for resolving pull request issues #4961
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces a new "PR Fixer" mode to help developers resolve issues in existing pull requests more efficiently.
Changes Made
Added new PR Fixer mode definition in
.roomodeswith:Created comprehensive rule files in
.roo/rules-pr-fixer/:1_workflow.xml: Defines the workflow for analyzing and fixing PRs2_best_practices.xml: Best practices for PR resolution3_common_patterns.xml: Common patterns and approaches4_tool_usage.xml: Guidelines for using tools effectively5_examples.xml: Examples of PR fixing scenariosFeatures
The PR Fixer mode helps with:
Testing
Checklist
Important
Introduces
pr-fixermode to resolve pull request issues with workflows, best practices, and tool guidance.pr-fixermode in.roomodesfor resolving pull request issues.1_workflow.xmlin.roo/rules-pr-fixer/for PR analysis and resolution workflow.2_best_practices.xmlfor context gathering and incremental fixes.3_common_patterns.xmlfor PR status checking and conflict resolution.4_tool_usage.xmlfor tool priorities and specific guidance.5_examples.xmlwith scenarios for fixing failing tests and addressing comments.read,edit,command, andmcppermissions topr-fixermode.This description was created by
for 19e6daa. You can customize this summary. It will automatically update as commits are pushed.