Self Evolution Triage banner
iLearn-Lab iLearn-Lab

Self Evolution Triage

Development community

Description

--- name: self-evolution-triage description: Decide whether a trace should stop, distill memory, revise a command, or revise a skill. --- # Self Evolution Triage Use this skill when judging whether Evo should mutate the harness from a real session trace. - prefer `stop` when the signal is weak, ambiguous, or not yet repeatable - prefer `distill_memory` when the run succeeded and surfaced a reusable lesson - prefer `revise_command` when the active command constrained the task or lacked a recov

Installation

Installs to ~/.claude/skills/ilearn-lab-evoharness-self-evolution-triage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ilearn-lab-evoharness-self-evolution-triage && curl -fsSL https://raw.githubusercontent.com/iLearn-Lab/EvoHarness/HEAD/.claude/skills/self-evolution-triage.md -o ~/.claude/skills/ilearn-lab-evoharness-self-evolution-triage/SKILL.md

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

Full documentation available on GitHub

View Source Repository