Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

learning-review

verified

This skill shows staged learnings. Triggers on: "review learnings", "what's staged", "show learnings", "list learnings", or /learn-review.

View on GitHub

Marketplace

app-vitals-marketplace

app-vitals/marketplace

Plugin

learning-loop

Repository

app-vitals/marketplace

plugins/learning-loop/skills/learning-review/SKILL.md

Last Verified

February 4, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/app-vitals/marketplace/blob/main/plugins/learning-loop/skills/learning-review/SKILL.md -a claude-code --skill learning-review

Installation paths:

Claude
.claude/skills/learning-review/
Powered by add-skill CLI

Instructions

# 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

```
## 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).

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
766 chars