# .toml format: [command]\nname = 'review'\ndescription = 'Review code'\nprompt = 'Review @$1 for bugs'
Category: Gemini CLI
# .toml format: [command]\nname = 'review'\ndescription = 'Review code'\nprompt = 'Review @$1 for bugs'
Define a custom Gemini CLI slash command in TOML format with a name, description, and prompt
Shows the TOML format for defining a custom Gemini CLI slash command with a name, description, and prompt template.