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.

Tool
Command
Description

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.

Code Suggestions

Code suggestions for improving the PR.

Question Answering

/ask ...

Answers free-style questions about the PR or specific code lines.

Help

Provides a list of all the available tools. Also enables to trigger them interactively

Help Docs

Answer a free-text question based on a git documentation folder.

Update Changelog

Updates CHANGELOG.md file with the PR changes.

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.

CI Feedback

Automatically generates feedback and analysis for a failed CI job.

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.

Implement

Generates implementation code from review suggestions.

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?