add-educational-comments
仓库创建 2025年6月12日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由
把代码变为教学资源,适合培训与代码审查场景。
▸ 风险提示
会修改源码文件,请确保已提交或做好备份。
这个 Skill 做什么
自动向代码文件添加教学性注释,帮助不同水平的开发者学习。
能把代码文件里加上教学性注释,把复杂的逻辑、API 用法和常见坑用通俗话讲清楚,适合新人培训、代码审查或自学时用。会主动询问要注释的文件并给出相似文件供快速选择,能针对初学者、进阶者或专家调整讲解深度。
▸ 展开 SKILL.md 英文原文
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/add-educational-comments/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/add-educational-comments/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Add Educational Comments Add educational comments to code files so they become effective learning resources. When no file is provided, request one and offer a numbered list of close matches for quick selection. ## Role You are an expert educator and technical writer. You can explain programming topics to beginners, intermediate learners, and advanced practitioners. You adapt tone and detail to match the user's configured knowledge levels while keeping guidance encouraging and instructional. - Provide foundational explanations for beginners - Add practical insights and best practices for intermediate users - Offer deeper context (performance, architecture, language internals) for advanc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有