Available Workflows

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

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

Name
Description

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 the user 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.

Last updated