Qodo Documentation
HomepageBlogCommunityGet Started
  • Overview
  • Qodo Gen
  • Qodo Portal
  • Administrators Actions
  • Introduction
  • Quickstart
  • Setup and Installation
    • VSCode Installation
    • JetBrains Installation
    • Sign In
    • Extension Settings
    • Uninstall
  • Qodo Gen Chat
    • Agentic Mode
      • Agentic Tools (MCPs)
      • Built-in Tools (MCPs)
    • Standard Mode
      • Focus
        • Current File Focus
        • Git Diff Focus
      • Context
        • Add Entire Folder or Project as Context
        • Add Image as Context
      • Commands
        • /ask
        • /changelog
        • /commit
        • /describe
        • /docstring
        • /enhance
        • /explain
        • /find-on-github
        • /generate-best-practices
        • /help
        • /improve
        • /issues
        • /recap
        • /review
    • Inline Context
    • Chat History
    • Model Selection
    • Chat Preferences
  • Company Codebase (RAG)
    • Tagging
    • Configuration File
  • Code Completion
  • Test Generation
    • Configuring Your Test Setup
  • Data Sharing
  • Release Notes
Powered by GitBook
LogoLogo

Terms and Privacy

  • Terms of Use
  • Privacy Policy
  • Data Processing

ยฉ 2025 Qodo. All Rights Reserved.

On this page
  • Using /review
  • Example

Was this helpful?

  1. Qodo Gen Chat
  2. Standard Mode
  3. Commands

/review

Last updated 4 months ago

Was this helpful?

/review provides a comprehensive pull request review of the current changes, including analysis and feedback.

This command is only available when using .

Use it to ease your code review process, ensure high-quality contributions

Using /review

  1. Open a file: Open a file in your project.

  2. Activate Qodo Gen: Click the Qodo Gen logo in the Extensions bar.

  3. Focus: Select Git Diff Focus. Check out to learn more.

  4. Call the Command: Type /review in the chatbox and hit the send key or click the arrow button.

  5. (Optional) Add optional instructions: You can give Qodo Gen any specific guidelines.

  6. Result! Qodo Gen will process the selected changes, providing a detailed review that encompasses several key aspects of code quality and readiness.

  7. (Optional) Continue your chat: To give Qodo Gen more instructions, just type a command or ask a question to keep chatting.

Example

Command

/review [optional instructions]

Response

Changes Analysis
๐ŸŽฏ Main theme:

[ An assessment of the theme of changes. ]

Changes labels:

[ Tests, bug fixes, enhacements, etc. ]

Changes summary:

[ A summary of the changes made. ]

๐Ÿงช Relevant tests added: [ True or False ]

โฑ๏ธ Estimated effort to review [1-5]:

[ A scale between 1 to 5 of the estimated effort to review the changes, with a short explanation. ]

Changes Feedback
๐Ÿ’ก General suggestions:

[ General suggestions for improvements, potential security concerns and more. ]

๐Ÿ”’ Security concerns: [ True or False ]

Changes Score: [ A score between 0 to 100, reflecting the overall quality and completeness of the changes. ]
Git Diff Focus
our Focus documentation