confusion-tracker

Featured

教学过程中自动捕获和记录学习者的概念疑难点("为什么/是什么/怎么推/什么意思"类型的问题),保存到进度文件的"概念疑难点记录"区,形成考前回顾��单。

AI & Automation 281 stars 16 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
82
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# confusion-tracker — concept-confusion tracking ## Purpose Capture the learner's concept-level confusions (why / what / how-derived questions — not quiz answers) during tutoring and record them into the 「概念疑难点记录」 section of `study_progress.md`, building a pre-exam review list. Used by `exam-tutor` (while teaching) and `exam-review` (during the final sweep). ## Activation - During tutoring, when the learner asks a concept question matching: 「为什么…?」/「…是什么、什么意思?」/「这个公式怎么推、怎么来的?」/「…的重点是什么?」/「讲一下…」, or any clarification follow-up that is not a quiz answer. - Skip for: pure quiz answering (right or wrong), and chit-chat that needs no concept explanation. ## Inputs - The progress-file path (e.g. `study_progress.md`), read at session start. - The current chapter/phase name being taught. ## Workflow 1. **Detect** — decide whether the follow-up is a concept question (not a quiz item or its answer). 2. **Answer** — give a concise, clear explanation grounded in the current wiki chapter. Label the source: 🟢 来自资料 for material-sourced content, 🟡 AI补充,可能与你老师讲的不完全一致 for AI-supplied background. Never present AI-added content as the teacher's. 3. **Record** — persist the confusion: `关联章节` / `疑难点` (one line) / `解答要点` (≤2 sentences) / `状态` (default 待回顾). If `study_state.json` is absent and Python works, first run `python "${CLAUDE_SKILL_DIR}/scripts/update_progress.py" --workspace <ws> init`. The normal and ONLY state-backed write path is then `python "${CLAUDE_SKILL_DIR}/scripts/update_pr...

Details

Author
ZeKaiNie
Repository
ZeKaiNie/universal-examprep-skill
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

exam-review

考前复盘已记录错题与概念疑难:重做原题、复述疑难、更新已订正/已回顾/待回顾状态,并形成最后扫雷清单。 进入最终复习阶段或用户要求复盘、查漏补缺时使用。

281 Updated 1 weeks ago
ZeKaiNie
AI & Automation Featured

exam-cheatsheet

全员通关后把 错题本+笔记本+知识点窗口+wiki 编译成考前速记小抄 cheatsheet.md(每条要点带可溯源 锚点),并在视觉产物模式或用户明确要求 PDF/打印版时按指定页数渲染成打印级 PDF:按「必背结论/公式 → 有难度例题(必要时含题面图)→ 例题解答(代入公式、保留基础过程)→ 要点解释(同类题怎么办)」 四段组织。当复习收尾、用户要「考前小抄/速记/总结/打印版」时使用。

281 Updated 1 weeks ago
ZeKaiNie
AI & Automation Listed

study-assistant

Study tutor (main orchestrator) for any exam — 考研, 期末考试, certifications. Use whenever the user wants to systematically learn or prepare for an exam from study material. Chinese triggers: uploading a textbook/课件/讲义 with "开始学习" "带我系统过一遍" "复习第X章" "帮我复习"; "继续学习" "上次学到哪了"; "做成思维导图"; uploading/mentioning past exam papers (真题/历年试卷) to analyze or imitate question style; "出题考我" "练练手" "来套模拟卷" "复盘错题本"; submitting answers (incl. handwritten photos) for grading; "费曼检验" "检验我的掌握程度". Orchestrates: study archive → mind map (study-mindmap) → one-knowledge-point lecture generation and audited chapter-level lecture HTML (study-teach) → global question bank and quizzes (study-quiz) → Feynman checks (study-feynman); images via study-img. Do NOT use for: writing papers/literature reviews, extracting PDF tables or converting formats outside study, Word formatting, translation, exam-news lookup (国家线), thesis figures, or merely describing an image.

19 Updated 1 months ago
2362094903-ops