| # | Command | Tool | Category | Tool |
|---|---|---|---|---|
| 1 | /compact Free up context by summarizing the conversation so far. Optionally pass focus instructions for the summary. | Claude Code | context-management | Claude Code |
| 2 | /compact Summarize the visible conversation to free tokens. Use after long runs so Codex retains key points without blowing the context window. | Codex CLI | context-management | Codex CLI |
| 3 | /review Ask Codex to review your working tree — summarizes issues, focusing on behavior changes and missing tests. | Codex CLI | code-review | Codex CLI |
| 4 | /compress Summarize conversation to free context window space while keeping a high-level record of what happened. | Cursor CLI | context-management | Cursor CLI |
| 5 | /compress Replace the current chat context with a summary to save tokens and free up context window space. | Gemini CLI | context-management | Gemini CLI |
| 6 | /compact Summarize the current session to save tokens. Alias: /summarize. | OpenCode | context-management | OpenCode |