# Memory Dream Review

> Audit Genii Memory quality with a read-only Dream pass over current file memories and the global profile.

- Skill: `intelligent-internet/memory-dream-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add intelligent-internet/memory-dream-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/intelligent-internet/memory-dream-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: intelligent-internet (https://skillmd.com/u/intelligent-internet)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/intelligent-internet/memory-dream-review

---


# Dream Audit

Use this skill when the user asks to audit memory quality, inspect profile drift, review duplicate project memories, or decide what should be promoted into longer-term memory.

## Primary Path

1. Call `memory_dream_review`, usually with `focus: "all"`.
2. Report findings in this order:
   - `projectRebuild`
   - `cleanup`
   - `profileSuggestions`
   - `ambiguous`
   - `noAction`
   - `timeLayerNotes`
3. State clearly that Dream Audit is read-only and no memory records were modified.
4. Only call `memory_get` if the user asks to inspect one specific finding in detail.

## Focus Guidance

- Project cleanup or duplicate project summaries:
  use `memory_dream_review({ focus: "projects" })`
- Profile drift or promotion questions:
  use `memory_dream_review({ focus: "profile" })`
- Mixed governance review:
  use `memory_dream_review({ focus: "all" })`

## Guardrails

- Do not imply that Dream Audit already rewrote any memory files.
- Treat `timeLayerNotes` as integrity observations only, not rewrite instructions.
- Prefer citing the returned `evidenceRefs` instead of guessing where a finding came from.

