Hugging Face Daily PapersYizhuo Zhang, Bo Kang, Yi Yang1 min readpaperadvanced
SkillSpec: Intent-Masked Specification Reasoning for Agent Skill Correctness
Summary
SkillSpec introduces a Hoare‑style framework that turns heterogeneous agent skill artifacts into a unified graph and reasons about correctness via intent‑masked specifications. In a study of 515 real‑world skills it flagged 763 confirmed defects with 61.2% precision, especially exposing intent‑implementation mismatches.
- SkillSpec builds a graph linking descriptions, instructions, and code, then derives ExpectSpec from declared intent and FactSpec from observed behavior.
- An intent mask selects holistic, lineage, neighborhood, and local views to balance context bias and missing information.
- Evaluation on 515 skills uncovered 763 manually verified defects (61.2% precision), mainly at intent‑implementation boundaries.
- Specification reasoning is reliable for code nodes but plain‑text nodes remain a major source of errors.
Developers of autonomous agent platforms should care because SkillSpec provides a systematic way to detect subtle semantic defects in reusable skill specifications.
7/10


