memory-review
知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
Best use case
memory-review is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
Teams using memory-review should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/memory-review/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How memory-review Compares
| Feature / Agent | memory-review | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
知识沉淀自动化技能。扫描近期日记,识别可沉淀知识,自动写入知识库。触发时机:cron 定时任务或手动调用。使用方法:加载 skill 后读取 references/spec.md 获取详细规范。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# Memory Review
扫描近期日记,生成知识沉淀提案,并自动执行沉淀。
## 核心流程
1. 读取 references/spec.md 获取详细规范
2. 读取 AGENTS.md/MEMORY.md 获取投递配置
3. 增量扫描近期日记(md5 比对)
4. 识别 5 类可沉淀知识
5. 自动写入知识库
6. 生成报告并投递
## 敏感信息
**投递配置(如飞书群ID)存储在 AGENTS.md 或 MEMORY.md 中**,skill 里使用占位符。
读取方式:
- 读取 `MEMORY.md`(如果存在)
- 读取 `AGENTS.md` 中的配置
## 输出
- 报告位置:`memory/daily/YYYY-MM-DD-memory-review.md`
- 知识库:`memory/knowledge/fw-*.md`
- 执行日志:`data/exec-logs/memory-review/YYYY-MM-DD.md`
## 触发时机
- cron 定时任务(建议每 2 天)
- 用户明确要求时
- 每次会话结束前(可选)
## 自动沉淀规则
| 优先级 | 条件 | 行为 |
|--------|------|------|
| 高 | 错误/教训类 | 自动写入 post-mortems.md |
| 中 | 技术知识类 | 自动写入 knowledge/fw-*.md |
| 低 | 配置/偏好类 | 写入 TOOLS.md 或 AGENTS.md |
## 沉淀文件命名规范
```
fw-{主题}.md
- fw = "from work" 工作产出
- 主题:用英文或中文拼音
```Related Skills
Post-Mortem & Incident Review Framework
Run structured post-mortems that actually prevent repeat failures. Blameless analysis, root cause identification, and action tracking.
Pitch Deck Reviewer
Reviews pitch decks and provides investor-ready feedback with scoring
Performance Review Engine
> Your AI-powered performance management system. Write reviews that develop people, not just evaluate them. From self-assessments to 360° feedback to calibration — complete frameworks for every review cycle.
Deal Desk — Structured Deal Review & Approval
Run every non-standard deal through a repeatable review process. Catch margin leaks, enforce discount guardrails, and close faster with pre-approved terms.
Contract Review Assistant
Analyze business contracts for risks, unfavorable terms, and missing clauses. Get a plain-English summary of what you're signing.
afrexai-code-reviewer
Enterprise-grade code review agent. Reviews PRs, diffs, or code files for security vulnerabilities, performance issues, error handling gaps, architecture smells, and test coverage. Works with any language, any repo, no dependencies required.
Agent Memory Architecture
Complete zero-dependency memory system for AI agents — file-based architecture, daily notes, long-term curation, context management, heartbeat integration, and memory hygiene. No APIs, no databases, no external tools. Works with any agent framework.
memory-cache
High-performance temporary storage system using Redis. Supports namespaced keys (mema:*), TTL management, and session context caching. Use for: (1) Saving agent state, (2) Caching API results, (3) Sharing data between sub-agents.
performance-review-cn
绩效面谈报告、OKR对齐度检测、校准辅助
Memory
Infinite organized memory that complements your agent's built-in memory with unlimited categorized storage.
clawdtm-review
Review and rate OpenClaw skills on ClawdTM. See what humans and AI agents recommend.
auto-memory
Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your full history from a single CID, even after total state loss.