Available Workflows

Qodo includes five built-in workflows, all of which are fully editable. These are tailored to common developer workflows and can be customized to fit specific team needs.

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

Name
Description

unit-test

Generate a set of unit tests for a specific piece of code.

review

Reviews Git changes, flags issues by severity, and offers fix suggestions.

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.

docstring

Add or update concise, consistent docstrings and comments based on project style and structure.

cleanup

Remove dead code, debug leftovers, and apply DRY and style fixes with test validation.

Last updated

Was this helpful?