exam-cheatsheet
Solid全员通关后把 错题本+笔记本+知识点窗口+wiki 编译成考前速记小抄 cheatsheet.md(每条要点带可溯源 锚点),并在视觉产物模式或用户明确要求 PDF/打印版时按指定页数渲染成打印级 PDF:按「必背结论/公式 → 有难度例题(必要时含题面图)→ 例题解答(代入公式、保留基础过程)→ 要点解释(同类题怎么办)」 四段组织。当复习收尾、用户要「考前小抄/速记/总结/打印版」时使用。
AI & Automation 260 stars
14 forks Updated 1 weeks ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# exam-cheatsheet — pre-exam cheatsheet compiler
## Purpose
Compile, rather than free-generate, mastered content into workspace-root `cheatsheet.md`. Every top-level bullet must link into `notebook/`, `mistakes/`, or `references/wiki/`. Do not teach new material or invent questions. Render the requested-page-count PDF only for standing `visual` mode or an explicit PDF/print request. Never write the retired `walkthrough.md`; leave an existing copy untouched.
## Activation
Trigger on an explicit request for 「考前小抄 / 速记 / 总复习」, or when review is wrapping up after all phases and persisted `artifact_mode=visual`. Automatic final review under `chat` stays a conversational `exam-review` summary.
## Inputs
- Weak-spot source: `study_state.json` (`mistake_archive`, `confusion_log`, and `phase_checklist`) when it exists; otherwise the possibly stale generated `study_progress.md`. Read these first, then `mistakes/index.md` and `notebook/index.md` when present; their full entries provide preferred ready-made anchors.
- Rank `knowledge_window` status `out_window` above `in_window` and `verified` (codes are defined by `scripts/i18n.py`).
- Read core conclusions and formulas from every mastered chapter in `references/wiki/`, derived from `study_state.json`'s `current_phase`/`phase_checklist` when it exists, otherwise `study_progress.md`, checked against `study_plan.md`. Lazy-load one chapter at a time.
- Use `references/quiz_bank.json` for teacher-flagged items and answer frameworks. Reso...
Details
- Author
- ZeKaiNie
- Repository
- ZeKaiNie/universal-examprep-skill
- Created
- 1 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 Solid
exam-study-guide
将已经讲完但尚未完成阶段门禁的一个章节整理成强类型教材清单,并在视觉模式下编译为公式可读、图片可见、知识点与全部对应例题逐项精讲的自包含 HTML/PDF。结构化工作区准备阶段完成证据、用户说 Markdown 公式仍是 raw LaTeX、图片缺失、要含课件/作业/Quiz/模拟考试题及答案的零基础讲义,或要求打印版时使用。
260 Updated 1 weeks ago
ZeKaiNie AI & Automation Solid
exam-cram
临考前的极速备考总教练。把课件、大纲、重点与真题建成分章 wiki 和标准题库,再组织惰性授课、 题库判分、错题与疑难复盘及可选考前小抄,并持久化进度。用于期末、备考、突击、刷题、划重点、 错题与考前复习;不用于长期规划或与考试无关的写作/编程。
260 Updated 1 weeks ago
ZeKaiNie AI & Automation Solid
exam-tutor
按章节惰性加载授课:每次只读当前阶段的一个 wiki 章节,用生活隐喻讲概念、解剖公式;重点题固定走 题面图→问题→读图量→公式→演算→答案详解→溯源七步,画图题先运行算法。用于讲懂当前章或老师勾出的重点题。
260 Updated 1 weeks ago
ZeKaiNie