بنقرة واحدة
recall
Use when you need to retrieve a past decision, preference, or convention that was saved with /remember.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you need to retrieve a past decision, preference, or convention that was saved with /remember.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when you need a comprehensive code audit covering security, performance, architecture, and dependencies before a release, major refactor, or compliance review.
Use when you want to iteratively build a feature using a PRD as source of truth, with progress tracking and fresh-context iterations - the Autopilot technique for autonomous development.
Use when starting a complex feature, exploring unclear requirements, or needing to challenge assumptions before committing to a design - before /plan.
Use when you need a comprehensive code review combining architecture, security, and test perspectives - especially before merging, releasing, or after major changes.
Use when creating marketing copy for landing pages, email campaigns, product descriptions, or social media - with A/B variants and conversion-focused frameworks.
Use when optimizing landing pages, signup flows, checkout processes, or any user-facing page for higher conversion rates - before A/B testing.
| name | recall |
| description | Use when you need to retrieve a past decision, preference, or convention that was saved with /remember. |
| user-invocable | true |
| argument-hint | [topic or 'all'] |
| allowed-tools | Read, Glob |
Recall decisions, preferences, and lessons from previous sessions using Claude Code's native auto-memory system.
Query: $ARGUMENTS
Read MEMORY.md from the memory directory. This file is automatically loaded into conversation context, so it may already be available.
Memory directory: .claude/projects/<project-hash>/memory/
Show full memory summary by reading all memory files listed in MEMORY.md.
Search memory file names, descriptions, and content for matches.
For matched memories, read the full .md file to get details including Why and How to apply.
══════════════════════════════════════════════
PROJECT MEMORY
══════════════════════════════════════════════
──────────────────────────────────────────────
DECISIONS & CONTEXT (project)
──────────────────────────────────────────────
- [Topic]: [Decision]
Why: [Reason]
How to apply: [Guidance]
──────────────────────────────────────────────
PREFERENCES & LESSONS (feedback)
──────────────────────────────────────────────
- [Rule or preference]
Why: [Reason]
How to apply: [When/where]
──────────────────────────────────────────────
REFERENCES
──────────────────────────────────────────────
- [Resource]: [Where to find it]
══════════════════════════════════════════════
──── /recall: state management ────
Found 2 related memories:
Decision: State Management (project)
Use Zustand instead of Redux
Why: Simpler API, less boilerplate
How to apply: All new state should use Zustand
Pattern (feedback):
Never use Redux in this project
Why: Team consensus on simplicity
──── /recall: [topic] ────
No memories found for "[topic]".
Suggestions:
- Try /recall all to see all memories
- Use /remember to add new memories
/recall # Show recent memories
/recall all # Show all memories
/recall state management # Search for topic
/recall testing # Search for topic
/recall decisions # Show only project-type memories
/recall preferences # Show only feedback-type memories
/recall references # Show only reference-type memories