EnterpriseDocumentation Index
Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
| Name | Description |
|---|---|
| review-uncommitted | Before you commit your code, review your uncommitted changes, get description of the changes and walkthrough, and code suggestions with one-click resolution. |
| review-committed | Before you open a pull request, review your committed changes, get a description of the changes and walkthrough, and code suggestions with one-click resolution. |
| cleanup | Remove dead code, debug leftovers, and apply DRY and style fixes with test validation. |
| docs | Add or update concise, consistent docstrings and comments based on project style and structure. |
| fix | Reviews code for issues and suggests fixes for you to apply. |
| generate best practices | Create a structured best practices file with style, patterns, and examples per language. |
| review | Reviews Git changes, flags issues by severity, and offers fix suggestions. |
| unit-test | Generate a set of unit tests for a specific piece of code. |