بنقرة واحدة
remember
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Research and plan a large-scale mechanical change, then execute it in parallel across independent work units
Review staged changes and create a conventional git commit
Diagnose agent session issues — show recent logs, tool errors, and configuration problems
Review changed code for reuse, quality, and efficiency, then fix any issues found
Capture the current session's repeatable process into a reusable SKILL.md file
Diagnose a frozen, slow, or stuck agent session by inspecting running processes and recent logs
| name | remember |
| description | Review auto-memory entries and promote useful ones to CLAUDE.md or project memory files |
| when_to_use | When the user wants to review, organise, or promote their auto-memory entries. Also useful for cleaning up outdated or conflicting entries. |
| argument-hint | optional: focus area or specific memory type to review |
| context | inline |
| allowed-tools | ["read_file","write_file","file_edit","glob"] |
Review all memory layers and propose promotions or cleanups.
$ARGUMENTS
Read the following sources (skip if absent):
CLAUDE.md in the project root — project-wide conventions for all contributors..claude/memory/MEMORY.md — the memory index.*.md files in .claude/memory/ — individual memory entries.For every entry in .claude/memory/, determine its best destination:
| Destination | Criteria |
|---|---|
| CLAUDE.md | Project conventions relevant to all contributors (coding style, architecture decisions, build commands) |
| Keep in memory | Personal preferences, session context, working notes that are still relevant |
| Delete | Outdated facts, superseded decisions, duplicate of CLAUDE.md content, no longer relevant |
Structure the report as four sections:
List entries that should be moved to CLAUDE.md. For each:
List entries to remove or correct. For each:
List entries where the right action is unclear. For each:
List entries that are fine as-is.
After presenting the report, ask the user which actions to apply, then:
CLAUDE.md under the appropriate section.MEMORY.md index to reflect removed entries.