precision-practice-knowledge-guided
Precision-Practice Knowledge-Guided Code Summarization
This skill enables Claude to generate code summaries that meet industrial documentation standards by applying the ExpSum framework from Li et al. (2026). Rather than producing generic paraphrases of code logic, this approach extracts structured function metadata, retrieves project-specific domain terminology, classifies functions into behavioral categories (field, procedural, constructor, callback, utility), and applies category-specific linguistic templates. Research with HarmonyOS documentation experts showed that over 57% of summaries from state-of-the-art LLMs were rejected for violating implicit industrial standards -- this skill addresses those three core failure modes: wrong domain terms, missing function category indication, and excessive implementation detail.