/correct
Review the error notebook — flip through past corrections before working
$ npx -y skills add HelloRuru/claude-memory-engine --agent claude-codeShips with claude-memory-engine. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/correct
Context preview
What this command does when you run it.
Review the error notebook — flip through past corrections before working
Command definition
correct.mddescription: "Review the error notebook — flip through past corrections before working"
/correct — Review Error Notebook
Scan your error notebook and remind yourself what you've gotten wrong before.
Steps
1. **Load the error notebook** — Read `~/.claude/skills/learned/writing-review-list.md` 2. **Filter active items** — Skip items marked `cleared`, only show `active` ones 3. **Group by category** — Group corrections by type (tone, structure, terminology, formatting, etc.) 4. **Summarize** — List each active rule with its miss count, most recent example 5. **Flag repeat offenders** — Anything missed 3+ times gets highlighted as "needs hard rule" 6. **Report** — "N active corrections. Top risks: [list the ones missed most often]."
When to run
- Runs **automatically** before each task (you don't need to type anything)
- Type `/correct` **anytime** to manually review — no need to wait for a task or a cycle
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
Repo: HelloRuru/claude-memory-engine
Other commands on claude-memory-engine.
- /analyze
Analyze user corrections and log them into the error notebook
Open command - /backup
Push local memory files to your GitHub backup repository.
Open command - /bb-pause
Pause the SessionEnd auto-commit hook when refactoring core engine files.
Open command - /check
Run a quick scan of the memory system's health. For daily use.
Open command - /compact-guide
Help decide when to use `/compact` based on the current conversation state.
Open command - /diary
Generate a reflection diary entry from the current conversation.
Open command

