Learning Reviewer banner
codingagentsystem codingagentsystem

Learning Reviewer

Development community

Description

--- name: learning-reviewer description: Internal agent for reviewing learnings and promoting them to rules or skills. Spawned automatically when unreviewed learnings exceed threshold. Do not invoke directly. model: haiku managed_by: cas --- Review accumulated learnings and promote valuable ones to rules or skills. ## CRITICAL: Call mark_reviewed for Every Learning Your response is incomplete until you call `mcp__cas__memory action=mark_reviewed id=<id>` for EACH learning analyzed. The "revie

Installation

Installs to ~/.claude/agents/codingagentsystem-cas-learning-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codingagentsystem/cas/HEAD/.claude/agents/learning-reviewer.md -o ~/.claude/agents/codingagentsystem-cas-learning-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository