SkillRevise: Improving LLM-Authored Agent Skills via Trace-Conditioned Skill Revision
2026-09-07 12:00Models🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
2mentions
SummaryAI generated
SkillRevise proposes an execution-based framework aimed at improving the agent skills generated by large language models (LLMs). This method uses execution evidence to diagnose skill deficiencies, retrieves repair principles from general memory, and applies execution-based editing for iterative revision. Evaluations on three main benchmarks, two domain-specific studies, and six LLMs show that SkillRevise significantly outperforms single-generation baselines, increasing the success rate of basic agents on SkillsBench from 36.05% to 61.63%. Moreover, the revised skills can be migrated across different executors and task environments, indicating that it captures reusable process knowledge beyond a single executor. The related code is available in the GitHub repository.