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
Command | Description | Usage |
---|---|---|
/clear | Clear conversation history | Removes all previous messages from the current thread |
/compact | Compact conversation with optional focus instructions | Summarizes the conversation to reduce context |
/init | Initialize project with CLAUDE.md guide | Creates a CLAUDE.md file with project instructions |
/pr-comments | View pull request comments | Displays comments from the associated PR |
/review | Request code review | Asks the AI agent to review the code changes |
Using Slash Commands
Action | Shortcut |
---|---|
Trigger slash command menu | / |
Navigate menu | ↑ ↓ Arrow keys |
Select command | Enter or Tab |
Cancel menu | Esc |
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