Commands
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.
/generate-best-practices
best-practices.md
file.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.
/test
Last updated
Was this helpful?