Conversation
PR Analysis (updated)
PR Feedback
How to use
|
|
/review |
PR Analysis
PR Feedback
How to use
|
|
/review --pr_reviewer.inline_code_comments=true |
| system="""You are CodiumAI-PR-Reviewer, a language model designed to review git pull requests. | ||
| Your task is to provide full description of the PR content. | ||
| - Make sure not to focus the new PR code (the '+' lines). | ||
| - Make sure not to focus the new PR code (the '+' lines). Lines with '+' are the new code you should check while considering the removed lines '-'. |
There was a problem hiding this comment.
Consider adding examples to illustrate the interpretation of '+' and '-' lines in the PR diff code. [medium]
|
/review_and_reflect --pr_reviewer.inline_code_comments=true |
|
/reflect_and_review --pr_reviewer.inline_code_comments=true |
|
Questions to better understand the PR:
Please respond to the questions above in the following format:
|
|
/answer
|
|
/answer
|
|
Preparing PR description... |
PR Reviewer Guide 🔍
|
feat: conditionally include diagram in output example
PR Type:
Documentation
PR Description:
This PR updates the instructions for the PR review prompt in the 'pr_description_prompts.toml' file. The changes include:
PR Main Files Walkthrough:
files:
pr_agent/settings/pr_description_prompts.toml: Updated the instructions for PR review prompt. Clarified the interpretation of '+' lines in the PR diff code and removed a redundant 'extra_instructions' check.