Tools¶
Here is a list of PR-Agent tools, each with a dedicated page that explains how to use it:
| Tool | Description |
|---|---|
PR Description (/describe) |
Automatically generating PR description - title, type, summary, code walkthrough and labels |
PR Review (/review) |
Adjustable feedback about the PR, possible issues, security concerns, review effort and more |
Code Suggestions (/improve) |
Code suggestions for improving the PR |
Question Answering (/ask ...) |
Answering free-text questions about the PR, or on specific code lines |
Add Documentation (/add_docs) |
Generate documentation for code components that are missing it |
Generate Labels (/generate_labels) |
Generate custom labels for the PR based on the code changes |
Similar Issues (/similar_issue) |
Find similar issues in the repository based on the current issue |
Help (/help) |
Provides a list of all the available tools |
Help Docs (/help_docs) |
Answer a free-text question based on a git documentation folder |
Update Changelog (/update_changelog) |
Automatically updating the CHANGELOG.md file with the PR changes |