Tools¶
Here is a list of Qodo Merge 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 |
Update Changelog (/update_changelog ) |
Automatically updating the CHANGELOG.md file with the PR changes |
Find Similar Issue (/similar_issue ) |
Automatically retrieves and presents similar issues |
Help (/help ) |
Provides a list of all the available tools. Also enables to trigger them interactively (💎) |
💎 Add Documentation (/add_docs ) |
Generates documentation to methods/functions/classes that changed in the PR |
💎 Generate Custom Labels (/generate_labels ) |
Generates custom labels for the PR, based on specific guidelines defined by the user |
💎 Analyze (/analyze ) |
Identify code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component |
💎 Custom Prompt (/custom_prompt ) |
Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user |
💎 Generate Tests (/test component_name ) |
Automatically generates unit tests for a selected component, based on the PR code changes |
💎 Improve Component (/improve_component component_name ) |
Generates code suggestions for a specific code component that changed in the PR |
💎 CI Feedback (/checks ci_job ) |
Automatically generates feedback and analysis for a failed CI job |
Note that the tools marked with 💎 are available only for Qodo Merge Pro users.