📚
Writing

Final Review

by lucianwhy

Final Review is a Writing skill for Claude Code, published by lucianwhy in final-review.

108 stars9 forkson lucianwhy/final-reviewAdded 2026/07/16+1% in starsRepository updated 2026/06/23
Install in seconds
Install Final Review
Copy Final Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/lucianwhy/final-review ~/.claude/skills/final-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/lucianwhy/final-review.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in lucianwhy/final-review
Installs to
~/.claude/skills/final-review
Collection
The only skill cataloged from this repository
Category
Writing1361 skills

What Final Review does

Prepares exam-focused notes, questions, and explanations by cleaning and converting study materials into Markdown, prioritizing real exam patterns and scoring strategies.

Final Review is cataloged under Writing on DirSkills.

Documentation

README

期末复习 Skill

把用户资料整理成偏考试导向的笔记、题目和解析。

核心规则

  • 先基于用户提供资料工作,不依赖随机外部题库。
  • 默认用 markitdown 把资料转成 Markdown。
  • 必须先清洗 Markdown,再提知识点、再出题。
  • 目标是考试表现:背什么、写什么、怎么拿分。

题源优先级

出题和判断重点时,按以下顺序优先:

  1. 历年真题
  2. 老师 PPT
  3. 平时作业 / 阅读作业
  4. 速成课题目
  5. AI 补充题

速成课题目优先级较低,但在下面几个方面价值高:

  • 提炼核心知识点
  • 搭章节结构
  • 总结重点、易错点和复习顺序

材料处理流程

第一步:先明确考试长相

开始深入复习前,优先确认这些信息:

  • 考试有哪些题型
  • 老师重点强调了什么
  • 是否有常见证明题 / 简答题 / 客观题套路
  • 用户要普通文本、HTML,还是两者都要

如果用户已经说过,不要重复问。

第二步:全部转 Markdown

把 PPT、PDF、Word、图片、笔记等资料统一转成 Markdown。

优先工具:

markitdown

顺序固定:

  • 先转
  • 再清洗
  • 再提知识点
  • 最后出题

第三步:清洗 Markdown

清洗是必须步骤。复习材料不是档案存储。

重点处理:

  • 去乱码
  • 去重复
  • 去低价值废话
  • 合并重复定义和结论
  • 保留定义、性质、定理、标准方法、常见考法、易错点

目标:

  • 清晰
  • 可背
  • 可考

出题规则

  • 按真实考试题型出题,不做平均分配。
  • 每个知识点通常出 1~6 题。
  • 越密、越高频、越能出题的知识点,题越多。
  • 越薄、越低频的知识点,题越少。
  • 题型要匹配最可能考法。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Final Review

  • How does Final Review compare to other Writing skills?

    Final Review ranks #1213 by stars among the 1361 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Final Review against them. Open each page to compare what they document and how they install.