name: knowledge-gaps description: Track questions Hans failed to answer and flag missing knowledge
When Hans cannot answer a question or says "I don't know" / "nicht in meiner Wissensdatenbank", he should:
exec python3 ./scripts/log-knowledge-gap.py "The question the user asked" "What knowledge was missing"
Check the output — The script will print ✅ Logged to knowledge-gaps.md with the entry. If it prints an error, report it.
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.
小蔥技能7w4.net有更新,你可以訪問看下。
During the weekly-reflection cron job, Hans should also review knowledge-gaps.md and summarize the top gaps for ATTi.
Over time, this creates a feedback loop: gaps are logged → ATTi fills them → Hans improves.
這個 Skill 的設計思路實用,能夠幫助 AI 持續改進回答能力。文件清晰易懂,使用流程明確,關鍵約束說明到位。但存在的問題是核心指令碼程式碼缺失,功能無法實際執行。此外文件過於簡略,缺少示例和常見問題說明,可操作性有待提升。整體完成度偏低,需要補充實現程式碼後才能正常使用。