Commands
Last updated
Last updated
2025 Qodo. All Rights Reserved.
Commands are what Qodo Gen Chat is all about. Call a command to unlock all of Chat's capabilities.
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.
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.
/generate-best-practices
Generate a best-practices.md
file.
Get suggestions to improve your code.
Identify potential issues within the code, such as security vulnerabilities or bugs.
Automatically generate unit tests.
Summarize all changes in the selected changeset.
Get a comprehensive pull request review of the current changes, including analysis and feedback.
Get step-by-step examples to create a test suite.