Feat: Improve PR Reviewer Rules #4651
Merged
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.
This PR enhances the PR Reviewer mode by adding two new important checks to the review process:
These changes have been implemented across the following files:
.roo/rules-pr-reviewer/1_workflow.xml.roo/rules-pr-reviewer/2_best_practices.xml.roo/rules-pr-reviewer/3_common_mistakes_to_avoid.xmlThis will help ensure that PRs are more focused and that reviewers have all the necessary context to perform a thorough review.
Important
Enhances PR Reviewer mode by adding checks for associated issues and verifying change scope in
1_workflow.xml, with updates to best practices and common mistakes.1_workflow.xml.1_workflow.xml.2_best_practices.xmlto include checking for associated issues and ensuring changes relate to the issue.3_common_mistakes_to_avoid.xmlto avoid overlooking unrelated changes and forgetting to check for associated issues.This description was created by
for f3b6294. You can customize this summary. It will automatically update as commits are pushed.