Failure-only skill revision helps 1 model in 10, hurts the other 8
Notes on SkillEvolBench: Benchmarking the Evolution from Episodic Experience to Procedural Skills (arXiv:2605.24117) — Yi Lei, Zhongwei Wan, Jiankun Zhang, Samiul Alam, Zixuan Zhong, Peizhou Huang, X. Wang, Jingxuan Zhang, Donghao Zhou, Yunta Hsieh, Zhihao Dou, Hui Shen, and 4 more · May 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill evolution Bridge: evolution × benchmarksSkillEvolBench tests something more specific than whether skills help an agent — whether an agent can turn its own one-off experience into a skill worth keeping. The benchmark spans 180 tasks across six real-world environments: code debugging, tool and API orchestration, data processing, document parsing, research synthesis, and communication/scheduling. Tasks are grouped into families that separate acquisition roles — canonical, enriched, variant — from three frozen deployment roles built to stress a skill after the fact: context shift, adversarial shortcuts, and skill composition. Agents write to and revise an external skill library during acquisition under outcome- and process-based verifier feedback; the library is then frozen before deployment tasks run, so nothing learned during evaluation can leak back into the skill being tested. Ten model configurations across three agent harnesses — Claude Code, Codex CLI, Gemini CLI — run self-generated and curated skill-writing policies against no-skill and raw-episodic-trajectory replay controls.
The headline diagnostic is a direct comparison: distilled skills versus just replaying the raw trajectories they were distilled from. It comes out lopsided toward the raw record — agents given untouched episodic replay beat agents given a written-up skill on most model and metric combinations, a sign that today's abstraction step discards contextual detail the task still needed. Update policy compounds the problem, and even the best case is shaky: rewriting the skill after every acquisition attempt is the healthiest policy tested, and it still only improves deployment success for 5 of 10 model configurations (2 tie, 3 lose); revising only after failures — arguably the more common real-world habit — helps just 1 configuration and hurts 8. Composition is the sharpest failure mode: in the communication-and-scheduling environment, success on composed-skill tasks sits at 0.0% under every condition tested, curated or self-generated alike. Bigger skill libraries don't help either — forcing larger optional resource bundles grows the library without reliably raising deployment success, because the added material tends to encode the specific episode rather than a procedure that generalizes.
Key numbers
| Failure-only skill revision (deployment success) | helps 1 of 10 models, hurts 8 |
| Best policy tested — revise every acquisition attempt | helps 5 of 10 models, hurts 3 |
| Composition success, hardest environment | 0.0% under every condition tested |
| Static curated skills vs. no-skill baseline | hurts 7 of 10 models |
| Benchmark scale | 180 tasks, 6 environments, 10 model configs |
Skills related to this research
Related notes
- One in Four Model-Generated Skills Backfires on the Agent Using It →
- Agents Writing Their Own Skills Close Just 45% of the Gap to Human Authors →
- Curated Skills Add 16.6 Points — Self-Authored Ones Cost You 11.5 →
- Curated skills add 16 points of task success — up to 51.9 in healthcare →
- 92.5% Skill Reuse From 816 Tokens →
- Pasting a guide into the prompt costs points; compiling it into a skill adds up to 25 →
- One Rollout, 58.3% Success — Up to 61% Fewer Tokens Than Baseline Agents →
- Learned Curation Halves the Skill Bank, Keeps the 9.69-Point Gain →
- A skill library trained on 5x5 robot grids beats genetic search at 10x10 — on all 7 EvoGym tasks →
References
- Lei, Wan, Zhang et al., "SkillEvolBench: Benchmarking the Evolution from Episodic Experience to Procedural Skills" (arXiv:2605.24117, 2026)
- Shinn et al., "Reflexion: Language Agents with Verbal Reinforcement Learning"
- Zhao et al., "ExpeL: LLM Agents Are Experiential Learners"
- Jimenez et al., "SWE-bench: Can Language Models Resolve Real-World GitHub Issues?"
- Zhou et al., "WebArena: A Realistic Web Environment for Building Autonomous Agents"