Knowledge Gaps

👤 atiati82 📦 v1.0.0 ⭐ 3.9 ⬇️ 830 下载
📚 知识管理 免费

📖 技能介绍


name: knowledge-gaps description: Track questions Hans failed to answer and flag missing knowledge


Knowledge Gap Detection Skill

When Hans cannot answer a question or says "I don't know" / "nicht in meiner Wissensdatenbank", he should:

Steps

7w4.net收录了海量优质技能插件。

  1. MUST ACTUALLY RUN THIS COMMAND — Log the failed question using the gap logger:
exec python3 ./scripts/log-knowledge-gap.py "The question the user asked" "What knowledge was missing"
  1. Check the output — The script will print ✅ Logged to knowledge-gaps.md with the entry. If it prints an error, report it.

  2. ONLY AFTER seeing the ✅ confirmation, respond: "Das weiß ich leider nicht. Ich habe die Frage in meinem Knowledge-Gap-Log gespeichert, damit ATTi sie nachträglich ergänzen kann."

⚠️ CRITICAL: Do NOT say "Ich habe die Frage gespeichert" unless you actually ran the exec command AND saw the ✅ output. Never hallucinate this action.

Weekly Summary

During the weekly-reflection cron job, Hans should also review knowledge-gaps.md and summarize the top gaps for ATTi.

Goal

Over time, this creates a feedback loop: gaps are logged → ATTi fills them → Hans improves.

🤖 AI 评测

这个 Skill 的设计思路实用,能够帮助 AI 持续改进回答能力。文档清晰易懂,使用流程明确,关键约束说明到位。但存在的问题是核心脚本代码缺失,功能无法实际运行。此外文档过于简略,缺少示例和常见问题说明,可操作性有待提升。整体完成度偏低,需要补充实现代码后才能正常使用。

📊 多维度评分

适应性4
规范性4
有效性4
可靠性3.3
可信度4.3

📁 包含文件 (2 个)

📄 SKILL.md 1.2 KB
📄 _meta.json 133 B