訂正
The /訂正 (correction) slash command loads and reviews a personal error log from a writing review file, filters for active corrections while excluding cleared ones, and summarizes frequent mistakes organized by category. Use this command before writing tasks to identify recurring writing errors, or manually invoke it anytime to refresh memory of previous corrections and spot patterns where mistakes occur three or more times, flagging those as candidates for stricter rules.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/HelloRuru/claude-memory-engine/HEAD/commands/訂正.md -o ~/.claude/commands/-.md訂正.md
# /訂正 — 翻錯題本 掃一遍錯題本,提醒自己之前哪裡做錯過。 ## 步驟 1. **載入錯題本** — 讀取 `~/.claude/skills/learned/writing-review-list.md` 2. **過濾有效的** — 跳過標記 `cleared` 的,只看 `active` 的 3. **分類整理** — 依類型分組(語氣、結構、用詞、格式等) 4. **列出摘要** — 每條有效規則列出漏掉次數和最近的例子 5. **標記常犯的** — 漏掉 3 次以上的標記「需要升級成硬規則」 6. **回報** — 「N 條有效訂正。最常犯的:[列出漏最多次的]。」 ## 什麼時候用 - 每次任務前**自動**跑一次(不用打指令) - 想自己翻?隨時打 `/訂正` 就好,不用等任務、不用等迴圈
Analyze user corrections and log them into the error notebook
Review the error notebook — flip through past corrections before working
Create a handoff file for another session to pick up
Memory management system for Claude Code — Student Loop, Smart Context, Auto Learn, Session Handoff, Correction Cycle. Triggered by memory commands (/save, /reflect, /handoff, /check) or memory-related questions. Not for general programming tasks.