review-memory

仓库创建 2026年6月6日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

提供只读审计视图,便于后续维护与批量操作准备。

这个 Skill 做什么

审查与导出 RECALL 记忆以评估质量、冲突并收集 ID 列表。

查看项目的本地 RECALL 记忆,审计记忆质量、噪音或冲突,或者收集要做维护或删除的记忆 ID 列表,整个过程是只读检查不做写入。用在想知道系统当前记住了什么、做记忆清理或迁移前的盘点时。它只读取本地 .recall / .codex_memory 存储,不依赖外部托管服务,便于离线审核与隐私保护。

▸ 展开 SKILL.md 英文原文

Use this skill when inspecting RECALL memory quality, when reviewing current memory state, when auditing noise or conflicts, or when gathering memory IDs before maintenance. Use proactively for inspection-only work, not mutation or new-memory capture.

Skill 开发管理记忆审计只读检查冲突检测ID 列表通用
0
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/review-memory/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/0langa/RECALL/main/plugins/recall/skills/review-memory/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Review Memory

Use this skill when the user asks what RECALL currently remembers, asks for a memory audit, or needs IDs before changing memory state.

RECALL is local-only project memory. Read from the active project's RECALL memory directory: `.recall/` for new projects, or existing `.codex_memory/` stores for legacy projects. Never require hosted services or external APIs. Do not repeat secrets verbatim if a stored memory appears to contain sensitive data.

## When To Use

Use this skill for:

- broad "what does RECALL know?" questions
- quality checks on noisy or stale memory
- category, status, or source breakdowns
- collecting IDs before lifecycle updates
- verifying whether cleanup i
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有