Code Review Agent Code Review Intelligent Agent
Code Review Intelligent Agent provides a series of commands to assist development teams in code reviews, helping the team to quickly understand code changes and improve code merging efficiency. The documentation provides the available commands in the current version, each with a detailed page on how to use them, as well as configuration instructions for some core parameters.
Code Review Agent Command Reference
Here is a list of Code Review Agent command , each with a dedicated page that explains how to use it:
Tool | Description |
---|---|
PR Description (/summary 或者 /describe ) |
Automatically generating PR description - title, type, summary, code walkthrough and labels |
[PR Review (/review ](./review.md" >}}) |
Adjustable feedback about the PR, possible issues, security concerns, review effort and more |
[Question Answering (/ask ... ](./ask.md" >}}) |
Answering free-text questions about the PR, or on specific code lines |
[Update Changelog (/update_changelog ](./update_changelog.md" >}}) |
Automatically updating the CHANGELOG.md file with the PR changes |
Code Suggestions (/improve --pr_code_suggestions.commitable_code_suggestions=tru ) |
Code suggestions for improving the PR,only working commitable_code_suggestions mode |
[Help /config ] |
show the current configuration of the tools |
[Help (/help ](./help.md" >}}) |
Provides a list of all the available tools. |