Skip to main content
Git Integration (formerly Qodo Merge) – AI code review agents for pull requests. This documentation describes the Qodo v1 experience. For the Qodo v2 documentation, click here.
Qodo 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.
ToolCommandDescription
Compliance/complianceComprehensive compliance checks for security, ticket requirements, and custom organizational rules
PR Description/describeAutomatically generates PR description - title, type, summary, code walkthrough and labels.
PR Review/reviewAdjustable feedback about the PR, possible issues, security concerns, review effort and more.
Code Suggestions/improveCode suggestions for improving the PR.
Question Answering/ask ...Answers free-style questions about the PR or specific code lines.
Add Documentation/add_docsGenerates documentation to methods, functions or classes that changed in the PR.
Analyze/analyzeIdentifies code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component.
CI Feedback/checks ci_jobAutomatically generates feedback and analysis for a failed CI job.
Custom Prompt/custom_promptAutomatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user.
Generate Custom Labels/generate_labelsGenerates custom labels for the PR, based on specific guidelines defined by the user.
Generate Tests/testAutomatically generates unit tests for a selected component, based on the PR code changes.
Help/helpProvides a list of all the available tools. Also enables to trigger them interactively
Help Docs/help_docsAnswer a free-text question based on a git documentation folder.
Implement/implementGenerates implementation code from review suggestions.
Improve Component/improve_component [component_name]Generates code suggestions for a specific code component that changed in the PR.
PR to Ticket/create-ticketGenerates ticket in the ticket tracking systems (Jira, Linear, or Git provider issues) based on PR content
Update Changelog/update_changelogUpdates CHANGELOG.md file with the PR changes.
Scan Repo Discussions/scan_repo_discussionsGenerates a best_practices.md file based on previous discussions in the repository.
Similar Code/similar_codeRetrieves the most similar code components from inside the organization’s codebase, or from open-source code.