/wiki-review
Feynman-technique review mode for studying. This skill should be used when the user says "review", "复习", "quiz me", "test my understanding", or names a course/concept they want to study. Quizzes the user, adjusts confidence based on answers, and generates practice questions for
$ npx -y skills add IssacW228/student-llm-wiki --skill wiki-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/wiki-review
Context preview
The summary Claude sees to decide when to auto-load this skill.
Feynman-technique review mode for studying. This skill should be used when the user says "review", "复习", "quiz me", "test my understanding", or names a course/concept they want to study. Quizzes the user, adjusts confidence based on answers, and generates practice questions for
SKILL.md
wiki-review.SKILL.mdname: wiki-review description: Feynman-technique review mode for studying. This skill should be used when the user says "review", "复习", "quiz me", "test my understanding", or names a course/concept they want to study. Quizzes the user, adjusts confidence based on answers, and generates practice questions for weak concepts.
Wiki Review — 费曼复习
用费曼技巧测试理解。 Test understanding using the Feynman technique.
步骤 Steps
1. 读 `wiki/hot.md` 和 `wiki/index.md` 定位目标概念 2. 找 confidence:low/medium 的概念(优先复习薄弱的) 3. **费曼提问**: 像一个完全不懂的人一样提问,要求用户用最简单的语言解释
- 不要问"是什么",要问"为什么"和"如果...会怎样"
- 追问到用户答不上来为止,找出理解的边界
4. **评估回答**:
- 答得好且完整 → confidence 升级,更新 `last_reviewed`
- 答得有漏洞 → 指出漏洞,解释正确理解,confidence 保持或降级
5. **更新页面**: 调整概念页的 `confidence` 和 `last_reviewed` 字段 6. **生成练习题**: 为仍然是 low 的概念,调用 exam-prep 逻辑生成题目到 `wiki/exam-prep/{course}.md`
费曼提问示例 Feynman Question Examples
- ❌ "什么是注意力机制?"(测记忆)
- ✅ "如果去掉 softmax 的缩放因子 √d_k 会发生什么?为什么?"(测理解)
- ✅ "用一个生活中的类比解释 Q、K、V 三个矩阵的作用"(测内化)
中英双语 Bilingual
提问和反馈都用中英双语,让用户用任一语言回答都可以。
用 AI 把课件变成你自己的知识库 Turn your course slides into a personal wiki with AI
Other skills on student-llm-wiki.
- /exam-prep
Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a quiz", or is preparing for an exam in a specific course. Scans concept pages, prioritizes low-confidence ones, and writes a
Open skill - /wiki-core
Core operating rules for the student knowledge wiki. This skill should be used whenever working inside an Obsidian vault that contains a wiki/ folder with hot.md, or when the user mentions ingest, lint, review, exam-prep, or asks to build/maintain their course knowledge base.
Open skill - /wiki-diagram
Add Mermaid diagrams to wiki pages to aid understanding. This skill should be used during ingest/review when a concept involves a process, architecture, sequence, hierarchy, or comparison that is easier to grasp visually, or when the user explicitly asks to
Open skill - /wiki-ingest
Digest a course source file into the wiki. This skill should be used when the user says "ingest", "消化", "process this PDF/slide", or drops a course file into raw/ and wants it turned into wiki pages. Reads the source, deduplicates via manifest, creates source + concept pages,
Open skill - /wiki-lint
Health-check the wiki and apply confidence decay. This skill should be used when the user says "lint", "检查wiki", "check the wiki", or wants to find orphan pages, broken links, contradictions, or stale concepts. Runs the 30-day confidence decay rule and reports issues for the
Open skill - /exam-prep
Generate practice exam questions from weak concepts. This skill should be used when the user says "exam-prep", "备考", "make practice questions", "generate a quiz", or is preparing for an exam in a specific course. Scans concept pages, prioritizes low-confidence ones, and writes a
Open skill

