Skip to main content
Enterprise All workflows are invoked through slash commands and can be customized with their own plan mode setting and output schema.
NameDescription
review-uncommittedBefore you commit your code, review your uncommitted changes, get description of the changes and walkthrough, and code suggestions with one-click resolution.
review-committedBefore you open a pull request, review your committed changes, get a description of the changes and walkthrough, and code suggestions with one-click resolution.
cleanupRemove dead code, debug leftovers, and apply DRY and style fixes with test validation.
docsAdd or update concise, consistent docstrings and comments based on project style and structure.
fixReviews code for issues and suggests fixes for you to apply.
generate best practicesCreate a structured best practices file with style, patterns, and examples per language.
reviewReviews Git changes, flags issues by severity, and offers fix suggestions.
unit-testGenerate a set of unit tests for a specific piece of code.