AgentSkillsCN

learning-review

以TDD指导原则为基础,构建结构化的Ralph循环提示,辅以进度跟踪、验证步骤,以及应急退出机制。当您开始基于Ralph的开发任务、创建协同迭代循环,或把PRD转化为可执行的Ralph提示时,可调用此技能。它对官方的ralph-loop插件进行了封装与优化,通过精心设计提示内容,并持续管理状态信息,从而大幅提升循环的成功率。

SKILL.md
--- frontmatter
name: learning-review
description: >
  This skill shows staged learnings. Triggers on: "review learnings",
  "what's staged", "show learnings", "list learnings", or /learn-review.

Learning Review

Show and manage staged learnings.

When This Activates

  • User asks to see learnings
  • User wants to edit or delete staged items
  • Before running /learn-promote

Process

Step 1: Read Staged Learnings

Read CLAUDE.local.md (the entire file is staged learnings).

Step 2: Display

code
## Staged Learnings (3)

1. Use uv instead of pip for Python package management
2. Always run tests before committing
3. ralph loop: check progress.md before starting

Run /learn-promote to route these to their final destination.

Step 3: Offer Actions

  • Edit - Modify a learning's text
  • Delete - Remove from staging
  • Promote - Start the promotion flow

File Location

Staged learnings are in CLAUDE.local.md (gitignored by default).