This commit is contained in:
mrT23
2023-09-29 10:34:18 +03:00
parent a371f7ab84
commit 2f0fa246c0

View File

@ -7,9 +7,9 @@ It can ba invoked manually by commenting on any PR:
``` ```
<img src=./../pics/review_comment.png width="768"> <img src=./../pics/review_comment.png width="768" style="border: 2px">
<img src=./../pics/describe.png width="768"> <img src=./../pics/describe.png width="768" style="border: 2px">
The `review` tool can also be triggered automatically every time a new PR is opened. See examples for automatic triggers for [GitHub App](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) and [GitHub Action](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-action) The `review` tool can also be triggered automatically every time a new PR is opened. See examples for automatic triggers for [GitHub App](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#github-app-automatic-tools) and [GitHub Action](https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-action)
@ -34,6 +34,6 @@ By invoking:
``` ```
The module will first ask the author questions about the PR, and will guide the review based on his answers. The module will first ask the author questions about the PR, and will guide the review based on his answers.
<img src=./../pics/reflection_questions.png width="768"> <img src=./../pics/reflection_questions.png width="768" style="border: 2px">
<img src=./../pics/reflection_answers.png width="768"> <img src=./../pics/reflection_answers.png width="768" style="border: 2px">
<img src=./../pics/reflection_insights.png width="768"> <img src=./../pics/reflection_insights.png width="768" style="border: 2px">