TerragonTerragon Docs
Tasks

Slash Commands

Use Claude Code slash commands in Terragon

Overview

Get access to built-in and custom slash commands from Claude Code while writing prompts in Terragon. Type / in the prompt box to see available commands. Learn more about Slash Commands in Claude Code.

Current Slash Commands

CommandDescriptionUsage
/clearClear conversation historyRemoves all previous messages from the current thread
/compactCompact conversation with optional focus instructionsSummarizes the conversation to reduce context
/initInitialize project with CLAUDE.md guideCreates a CLAUDE.md file with project instructions
/pr-commentsView pull request commentsDisplays comments from the associated PR
/reviewRequest code reviewAsks the AI agent to review the code changes

Using Slash Commands

ActionShortcut
Trigger slash command menu/
Navigate menu Arrow keys
Select commandEnter or Tab
Cancel menuEsc

Examples

/clear

Let's start fresh. Can you help me implement user authentication?
/compact

Focus on the authentication implementation
Now let's add password reset functionality
/review

Please review the changes I made to the authentication system