← 返回 Skills 市场
mayf3

Learning Review

作者 mayf3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install learning-review
功能描述
学用结合的回顾机制。包含三个回顾环节:学后复盘(每次学完)、周内化(每周一次)、应用检查(每两周一次)。 将学习成果转化为 Agent 的实际工作能力,防止"学完就忘"。 触发词:"回顾", "复盘", "内化", "学习回顾", "learning review", "retrospective"。
使用说明 (SKILL.md)

Learning Review — 学用结合回顾机制

学完不是终点,用上才是。本 skill 是 daily-learning 的配套闭环,确保学到的知识变成 Agent 的日常工作能力。

前置条件

本 skill 依赖 daily-learning 的标准目录结构:

\x3Cworkspace>/learning/
├── LEARNING.md          # 学习进度
├── notes/               # 每日学习笔记
└── reviews/             # 回顾报告(本 skill 创建)
    ├── post-learning/   # 学后复盘
    ├── weekly/          # 周内化报告
    └── application/     # 应用检查

三种回顾模式

模式 A:学后复盘(Post-Learning Review)

时机:daily-learning Step 5(双写 Wiki)完成后,立刻执行 耗时:3-5 分钟

流程

  1. 读取刚才写的学习笔记
  2. 生成复盘报告,保存到 \x3Cworkspace>/learning/reviews/post-learning/YYYY-MM-DD.md

复盘模板

# 学后复盘 - YYYY-MM-DD

## 学习主题
\x3Ctopic>

## 一句话总结
\x3C费曼法:用最通俗的话概括核心>

## 和我工作的关系
- 直接能用:\x3C列出可以马上应用的点,具体到"在什么场景下做什么">
- 未来有用:\x3C需要积累或特定条件才用得上的>
- 无关:\x3C学完发现跟自己领域不大的,简要说明为什么>

## 待内化项
- [ ] → AGENTS.md:\x3C需要更新的具体内容>
- [ ] → TOOLS.md:\x3C需要更新的具体内容>
- [ ] → SOUL.md:\x3C需要更新的具体内容>
- [ ] → MEMORY.md:\x3C需要记录的重要洞察>

## 遗留问题
\x3C学完还搞不懂的,或需要进一步探索的>

规则

  • 没有就写"暂无",不硬凑
  • "直接能用"必须具体,不能写"可以提升工作效率"这种废话
  • 不推群,安静执行

模式 B:周内化(Weekly Internalization)

时机:每周一次(建议周日),通过 cron 触发 耗时:10-15 分钟

流程

  1. 扫描本周 learning/notes/ 下所有笔记
  2. 读取对应的 learning/reviews/post-learning/ 复盘报告
  3. 识别所有标记了"待内化"的条目
  4. 执行内化——更新 Agent 自身文件
  5. 写内化报告

内化动作

学到的内容类型 内化到 怎么改
工作流程改进 AGENTS.md 添加/修改对应流程步骤
工具使用经验 TOOLS.md 添加工具配置、技巧
认知/态度/方法论 SOUL.md 调整原则、风格描述
重要事件/决策 memory/YYYY-MM-DD.md 记录当天的 memory
通用知识洞察 MEMORY.md 添加到长期记忆

周内化报告模板,保存到 \x3Cworkspace>/learning/reviews/weekly/YYYY-Www.md(如 2026-W20.md):

# 周内化报告 - YYYY 第 Www 周 (MM-DD ~ MM-DD)

## 本周学习概览
- 共学习 \x3CN> 个主题
- 主题列表:\x3Ctopic1>, \x3Ctopic2>, ...

## 已内化
| 内容 | 内化到 | 改了什么 |
|------|--------|---------|
| \x3Ctopic> | AGENTS.md | \x3C具体改动> |
| \x3Ctopic> | TOOLS.md | \x3C具体改动> |

## 未内化(及原因)
- \x3Ctopic>:\x3C为什么还没内化,比如"需要更多实践验证">

## 本周最有价值的收获
\x3C一条,最多两条,用费曼法写>

## 下周关注
\x3C基于本周学习,下周应该重点什么>

关键原则

  • 内化不是复制粘贴,是用自己的话重写成行动指南
  • "我知道了" → "我改变了行为" 才算内化
  • 不推群(除非发现重要洞察值得分享)

模式 C:应用检查(Application Check)

时机:每两周一次,通过 cron 触发 耗时:10-15 分钟

流程

  1. 读取最近 14 天的 memory 文件(memory/*.md
  2. 读取最近 14 天的学习笔记(learning/notes/*.md
  3. 交叉比对:学习笔记中的知识点,有没有在日常工作中出现
  4. "提到就算应用":在对话/文档中提到学过的概念、用了学过的方法,都算

应用检查报告模板,保存到 \x3Cworkspace>/learning/reviews/application/YYYY-MM-DD.md

# 应用检查 - YYYY-MM-DD

## 回顾周期:MM-DD ~ MM-DD

## 学习了什么
- \x3Ctopic1> (MM-DD)
- \x3Ctopic2> (MM-DD)

## ✅ 已应用
- **\x3Ctopic>** → 在 \x3C场景> 中使用了,效果:\x3C具体描述>

## ❌ 未能应用
- **\x3Ctopic>** → 原因:\x3C没遇到场景/忘了/不适用>

## 🔄 需要修正
- **\x3Ctopic>** → 实践发现笔记中 \x3C哪里不对>,应改为 \x3C正确的理解>

## 应用率
\x3C已应用数> / \x3C学习总数> = XX%

## 行动项
- [ ] \x3C基于检查结果的具体行动>

关键原则

  • 对自己诚实,"没用上"不丢人
  • 应用率不是 KPI,是诊断工具。低说明学习方向或方式需要调整
  • 关注"未能应用"的原因——如果是"不适用",说明学偏了;如果是"忘了",说明内化不够

Cron 配置模板

周内化 cron

执行周内化任务。

遵循 learning-review skill 模式 B(周内化):
1. 扫描本周 learning/notes/ 下的所有笔记
2. 读取对应的 learning/reviews/post-learning/ 复盘报告
3. 识别待内化项,执行内化(更新 AGENTS.md、TOOLS.md、SOUL.md、memory/)
4. 写内化报告到 learning/reviews/weekly/YYYY-Www.md

安静执行,不推群。

应用检查 cron

执行应用检查任务。

遵循 learning-review skill 模式 C(应用检查):
1. 读取最近 14 天的 memory 文件
2. 读取最近 14 天的学习笔记
3. 交叉比对:哪些学过的知识在日常工作中被应用了
4. 写应用检查报告到 learning/reviews/application/YYYY-MM-DD.md

安静执行,不推群。

与 daily-learning 的集成

学后复盘(模式 A)应作为 daily-learning 的新 Step 5.5,在学习流程中自动触发。

建议修改 daily-learning 的 cron 描述,在 Step 5 后追加:

6. 执行学后复盘(learning-review skill 模式 A),保存到 learning/reviews/post-learning/

季度回顾(可选,不自动触发)

每季度末,可由人类或 learning-expert 发起:

  1. 汇总本周所有 reviews/weekly/ 和 reviews/application/ 报告
  2. 统计季度学用转化率
  3. 识别持续"学了没用"的领域
  4. 输出下季度学习建议

这个环节暂不自动化,需要人工判断。

安全使用建议
Install only if you want an agent to maintain persistent learning notes. Before using it, require the agent to show proposed changes before editing AGENTS.md, TOOLS.md, SOUL.md, MEMORY.md, memory files, or extracted skills, and consider keeping logs in a dedicated .learnings directory unless you approve promotion.
能力评估
Purpose & Capability
The stated purpose is to capture errors, corrections, and recurring learnings for future agent use, which coherently explains logging to learning files and promoting durable lessons.
Instruction Scope
The instructions include automatic logging and promotion of learnings into persistent files such as AGENTS.md, TOOLS.md, SOUL.md, MEMORY.md, and memory directories, but do not clearly require a preview or explicit user approval before those behavior-shaping writes.
Install Mechanism
The described install path is a normal skill installation, and hook-based reminders appear optional, but enabling hooks would increase automatic activation and should be user-controlled.
Credentials
No artifact-backed evidence shows credential theft, hidden network exfiltration, destructive commands, or unrelated system access; the main risk is local persistent memory and instruction-file mutation.
Persistence & Privilege
Writing to long-lived memory and instruction files can alter future agent behavior across sessions, making the authority higher impact than ordinary note-taking unless bounded by confirmation and clear rollback practices.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install learning-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /learning-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—introduces a structured learning review mechanism to combine learning with application. - Adds three distinct review modes: post-learning review (after each session), weekly internalization (every week), and application check (every two weeks). - Provides detailed templates and workflows for each review mode to ensure knowledge is systematically reflected and integrated into daily work. - Specifies integration points with daily-learning, including automated triggers and directory structure requirements. - Emphasizes actionable, scenario-based feedback and tracking of learning application rates. - Encourages honest self-assessment and continuous improvement of both learning and working practices.
元数据
Slug learning-review
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Learning Review 是什么?

学用结合的回顾机制。包含三个回顾环节:学后复盘(每次学完)、周内化(每周一次)、应用检查(每两周一次)。 将学习成果转化为 Agent 的实际工作能力,防止"学完就忘"。 触发词:"回顾", "复盘", "内化", "学习回顾", "learning review", "retrospective"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Learning Review?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install learning-review」即可一键安装,无需额外配置。

Learning Review 是免费的吗?

是的,Learning Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Learning Review 支持哪些平台?

Learning Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Learning Review?

由 mayf3(@mayf3)开发并维护,当前版本 v1.0.0。

💬 留言讨论