diff --git a/best-practice/claude-commands.md b/best-practice/claude-commands.md
index 9d70ab1..006da0c 100644
--- a/best-practice/claude-commands.md
+++ b/best-practice/claude-commands.md
@@ -1,6 +1,6 @@
# Commands Best Practice
- 
+ 
[](../implementation/claude-commands-implementation.md)
Claude Code commands — frontmatter fields and official built-in slash commands.
@@ -108,7 +108,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
| 67 | `/exit` |  | Exit the CLI. Alias: `/quit` |
| 68 | `/rename [name]` |  | Rename the current session and show the name on the prompt bar. Without a name, auto-generates one from conversation history |
| 69 | `/resume [session]` |  | Resume a conversation by ID or name, or open the session picker. Alias: `/continue` |
-| 70 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint` |
+| 70 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint`, `/undo` |
Bundled skills such as `/debug` can also appear in the slash-command menu, but they are not built-in commands.