Tools List
Qodo Merge offers a variety of tools to help with Pull Request management:
To use tools either:
Comment on a PR with the applicable command, with a leading slash
/
. Scroll down to see the full commands list.Set the tool to trigger automatically. Learn more on how to do that in the usage guide.
PR Description
Automatically generates PR description - title, type, summary, code walkthrough and labels.
PR Review
Adjustable feedback about the PR, possible issues, security concerns, review effort and more.
Add Documentation
Generates documentation to methods, functions or classes that changed in the PR.
Analyze
Identifies code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component.
Compliance
Comprehensive compliance checks for security, ticket requirements, and custom organizational rules
Custom Prompt
Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user.
Generate Custom Labels
Generates custom labels for the PR, based on specific guidelines defined by the user.
Generate Tests
Automatically generates unit tests for a selected component, based on the PR code changes.
Improve Component
Generates code suggestions for a specific code component that changed in the PR.
PR to Ticket
Generates ticket in the ticket tracking systems (Jira, Linear, or Git provider issues) based on PR content
Scan Repo Discussions
Generates a best_practices.md
file based on previous discussions in the repository.
Similar Code
Retrieves the most similar code components from inside the organization's codebase, or from open-source code.
Last updated
Was this helpful?