LLM-Written Agent Skills Add Zero Pass-Rate Gain — Self-Diagnosis Closes Up to 67% of the Gap to Human Authors
Notes on SkillAxe: Sharpening LLM-Authored Agent Skills Through Evaluation-Guided Self-Refinement (arXiv:2606.10546) — Srishti Gautam, Arjun Radhakrishna, Sumit Gulwani · June 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 × benchmarksSkillAxe treats skill quality as a diagnosis problem, not a rewriting problem. It runs each task twice — once with a skill injected, once without — and scores the gap along four axes. An LLM judge calls the direction and magnitude of the quality shift. Trigger precision checks how cleanly a skill's description separates tasks that should activate it from ones that shouldn't, measured as embedding-space distance between positive and negative trigger phrases. Instruction compliance gets a fault attribution pass that splits a broken rule into two diagnoses: the agent ignored good guidance, or the guidance itself was bad. And solution-path coverage asks how much of the space of valid approaches a skill's content actually supports. None of this needs ground-truth labels, hand-written test suites, or environment reward signals — the improvement brief comes entirely from comparing agent behavior with and without the skill.
On SkillsBench's 89 tasks, human-written skills lift pass rate by 16.2 percentage points; skills an LLM writes for itself add no measurable gain. One round of SkillAxe self-refinement turns that zero into a 28% relative improvement and closes 47–67% of the remaining gap to human authors. The mechanism is coverage, not correctness: refined skills get agents to produce a gradeable output on 72.7% of tasks versus 46.7% unaided, while answer quality among tasks that do complete is unchanged either way (57.1%). Deployed as a running improvement loop on SpreadsheetBench instead of a one-shot eval, the same diagnostics built a 22-skill library from past agent trajectories that raised pass rate from 16.0% to 52.0% — matching a 69-skill library built without refinement, while being invoked nearly twice as often (35.8% vs. 20.0% activation rate).
Key numbers
| LLM-authored skill gain, unrefined (SkillsBench) | no measurable improvement |
| Human-authored skill gain (SkillsBench) | +16.2 pp pass rate |
| SkillAxe gain over unrefined LLM skills | +28% relative |
| Gap to human-authored skills closed | 47–67% |
| SpreadsheetBench pass rate, 22-skill SkillAxe library | 16.0% → 52.0% |
Skills related to this research
Related notes
- Diagnose, don't rewrite: three revision rounds take a skill from 36% to 62% success →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Best skill-generation pipeline clears just 14% of code-repo tasks, 25% of document tasks →
- A skill grown from a 35B model's traces adds 57.65 points to a 122B agent on table QA it's never seen →
- Compiling skills into LoRA weights beats prompting them in-context by up to 21 points, on 64% fewer prefill tokens →
- Compiling a skill per task beats a static library by up to 13 Pass@1 points →
- Curated skills add 16 points of task success — up to 51.9 in healthcare →
- Progressive Disclosure Triples Resource Touches — Pass Rate Moves Just 4 Points →
- Certainty tags turn 0–9% accuracy into 88–100% →
References
- Gautam, Radhakrishna & Gulwani (2026). SkillAxe: Sharpening LLM-Authored Agent Skills Through Evaluation-Guided Self-Refinement. arXiv:2606.10546.
- Li et al. (2026). SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks. arXiv:2602.12670.
- Ma et al. (2024). SpreadsheetBench: Towards Challenging Real-World Spreadsheet Manipulation. NeurIPS Datasets and Benchmarks Track.
- Madaan et al. (2023). Self-Refine: Iterative Refinement with Self-Feedback. NeurIPS.