---
name: Wiki Review
slug: wiki-review-2
category: AI Engineering
description: Wiki Review uses Feynman-style questioning to check understanding of wiki concepts. Use it when you want to review a course or concept, quiz yourself, and generate practice questions for weak areas.
github: "https://github.com/IssacW228/student-llm-wiki/tree/main/.github/skills/wiki-review"
stars: 176
forks: 4
install: "npx degit https://github.com/IssacW228/student-llm-wiki/tree/main/.github/skills/wiki-review ~/.claude/skills/wiki-review"
installs_to: ~/.claude/skills/wiki-review
source_path: .github/skills/wiki-review/SKILL.md
collection_size: 9
category_size: 3475
collection_url: "https://dirskills.com/collections/IssacW228/student-llm-wiki"
added: 2026-09-07T05:21:26.951Z
last_synced: 2026-09-07T05:21:26.951Z
canonical_url: "https://dirskills.com/skills/wiki-review-2"
---

# Wiki Review

Wiki Review uses Feynman-style questioning to check understanding of wiki concepts. Use it when you want to review a course or concept, quiz yourself, and generate practice questions for weak areas.

**Install:**

```bash
npx degit https://github.com/IssacW228/student-llm-wiki/tree/main/.github/skills/wiki-review ~/.claude/skills/wiki-review
```

## README

# Wiki Review — 费曼复习

用费曼技巧测试理解。

## 步骤

1. 读 wiki/hot.md 和 wiki/index.md 定位目标概念
2. 找 confidence:low/medium 的概念（优先复习薄弱的）
3. 费曼提问: 不要问"是什么"，要问"为什么"和"如果...会怎样"
4. 追问到用户答不上来为止，找出理解边界
5. 评估回答，更新 confidence 和 last_reviewed
6. 为仍然 low 的概念生成练习题到 wiki/exam-prep/{course}.md

## 费曼提问示例

- ❌ "什么是注意力机制？"（测记忆）
- ✅ "如果去掉 softmax 的缩放因子 √d_k 会发生什么？"（测理解）
- ✅ "用生活类比解释 Q、K、V 三个矩阵的作用"（测内化）

提问和反馈都用中英双语。
