> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qodo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Built-in workflows

> Qodo includes built-in workflows, tailored to common developer workflows.

<Badge color="deployment" size="sm" shape="pill">Enterprise</Badge>

<Note>
  Qodo IDE plugin, formerly Qodo Gen, brings local code review workflows to JetBrains and VS Code as part of the Qodo Platform.
</Note>

All workflows are invoked through slash commands and can be customized with their own plan mode setting and output schema.

| Name                                                                       | Description                                                                                                                                                      |
| :------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**review-uncommitted**](/qodo-ide/code-review/review-uncommitted-changes) | 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](/qodo-ide/code-review/review-committed-changes)         | 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](/qodo-ide/code-intelligence/best-practices) 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.                                                                                                       |
