Commands
Verboo Code exposes its functionality via slash commands typed in the REPL. Type /help to list available commands in the current session.
Configuration and setup
| Command |
Description |
/config |
Opens the visual configuration interface (permissions, model, env vars, hooks) |
/env |
Manages session environment variables |
/theme |
Toggles the CLI visual theme (dark/light and variations) |
/keybindings |
Opens the keyboard shortcut editor (~/.verboo/keybindings.json) |
Context and memory
| Command |
Description |
/context |
Displays and manages the current conversation context (tokens, messages) |
/memory |
Opens the persistent memory manager (MEMORY.md and topic files) |
/compact |
Manually compacts the conversation context to reduce token usage |
/clear |
Clears the current conversation history |
/add-dir <path> |
Adds a directory to context without changing the working directory |
Git and version control
| Command |
Description |
/commit |
Analyzes staged/unstaged changes and generates a commit message |
/diff |
Displays current changes diff with semantic context |
/branch |
Manages git branches |
/status |
Displays the current repository status |
Code and project analysis
| Command |
Description |
/init |
Initializes the project by creating or updating CLAUDE.md with codebase context |
/review |
Analyzes the current PR or branch and generates a review report |
/ultrareview |
Multi-agent cloud review (requires configuration, billed) |
/security-review |
Security analysis of changes on the current branch |
/effort |
Estimates implementation effort for a described task |
Skills and MCP
| Command |
Description |
/skills |
Lists all available skills (bundled, external, and via MCP) |
/mcp |
Manages MCP server connections (enable, disable, status) |
Diagnostics and monitoring
| Command |
Description |
/doctor |
Runs system diagnostics (runtime, provider, dependencies) |
/usage |
Displays current session token usage |
/cost |
Estimates session cost (when available by provider) |
/version |
Displays the current Verboo Code version |
Session and history
| Command |
Description |
/session |
Manages sessions (list, create, delete) |
/resume |
Resumes a previous session by ID or interactively |
/export |
Exports session history in JSON or Markdown format |
/rename |
Renames the current session |
Automation and loops
| Command |
Description |
/loop [interval] [prompt] |
Runs a prompt in a loop with a fixed or dynamic interval |
/schedule |
Creates, lists, and manages remote agent triggers with cron |
/btw |
Displays a random tip about using Verboo Code |
Interface and work mode
| Command |
Description |
/vim |
Activates Vim mode for text editing in the prompt |
/assistant |
Enters persistent assistant mode (long session) |
/ide |
Integrates with the IDE detected in the environment |
/bridge |
Activates bridge mode for remote desktop control |
/mobile |
Mobile mode for interaction via mobile devices |
/desktop |
Manages desktop notifications |
Authentication
| Command |
Description |
/login |
Authenticates with the Verboo platform |
/logout |
Ends the authenticated session |
/onboard-github |
Connects GitHub account to Verboo Code |
/install-github-app |
Installs the GitHub App for CI/CD |
/install-slack-app |
Installs the Slack integration |
Utilities
| Command |
Description |
/copy |
Copies the last output to clipboard |
/knowledge |
Manages the project knowledge base |
/onboarding |
Displays the interactive onboarding flow |
/release-notes |
Displays release notes for the current version |
/stickers |
Displays ASCII art |
/help |
Lists all available commands with short description |
Default keyboard shortcuts
| Shortcut |
Action |
Ctrl+C |
Interrupts the current operation |
Ctrl+D |
Exits the CLI |
↑ / ↓ |
Navigates prompt history |
Tab |
Autocompletes commands and paths |
Esc |
Cancels current editing |
Customize shortcuts with /keybindings or via the keybindings skill.