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

Was this helpful?

  1. Qodo Gen Chat
  2. Standard Mode

Commands

Last updated 2 months ago

Was this helpful?

Commands are what Qodo Gen Chat is all about. Call a command to unlock all of the chat's capabilities.

To call commands either:

  • Type them directly in the chatbox with a leading slash /.

  • Manually select lines from your code, right-click and choose Qodo Gen, then pick a command from the list.

Commands

  • Ask any free-text question about your code.

  • Update the Changelog file with a summary of recent changes.

  • Generate commit messages for staged changes.

  • Get a title and description for your next pull request.

  • Automatically generate docstrings.

  • Beautify and clean your code.

  • Understand how the selected code works.

  • Find relevant open-source code on GitHub.

  • Get suggestions to improve your code.

  • Identify potential issues within the code, such as security vulnerabilities or bugs.

  • Summarize all changes in the selected changeset.

  • Get a comprehensive pull request review of the current changes, including analysis and feedback.

Generate a best-practices.md file.

Automatically generate an entire test suite or just a few tests.

/ask
/changelog
/commit
/describe
/docstring
/enhance
/explain
/find-on-github
/generate-best-practices
/improve
/issues
/recap
/review
/test
Right click on selected lines