Exam Review Helper
Condense PDF/Word/TXT/MD coursework into an interactive HTML revision doc
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 2858bb3
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Ran the real pipeline: controller.py extracted a Markdown chapter without needing docling, and generate turned a schema-valid knowledge JSON into a self-contained 2741-line HTML with MathJax (12 refs), a dark-mode toggle and search built in. That interactive, offline revision doc is a concrete artifact a plain-text summary baseline cannot match, and the 5-pass workflow enforces hard anti-laziness gates (>=10 concepts/chapter, >=3 pitfalls, fresh verifier). Note the README's headline 'gh skill install' fails on gh 2.89 (no skill subcommand); the working install is the git-clone method buried in a details block.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 3/5
What Exam Review Helper does
Extracts PDF/Word/TXT/Markdown study material (with OCR for scanned PDFs), runs a 5-pass concept/formula/pitfall extraction with anti-laziness thresholds and a fresh verifier, and generates an interactive HTML revision sheet with MathJax, dark mode, search and progress tracking. Triggers when a user uploads coursework and asks to revise or summarise it. Extraction and HTML generation are deterministic scripts; the 5-pass is done by the host LLM, no API key.
How to install Exam Review Helper
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Exam Review Helper
-
/exam-review-helperCondense PDF/Word/TXT/MD coursework into an interactive HTML revision doc
It also activates on plain-language prompts like these:
-
帮我把这本教材第三章的全部内容,整理做成一份带公式和例题的互动式复习网页给我看看。 -
整理这份Word讲义里的所有知识点和易错点,做成一张带图表的详细复习清单发给我。 -
把这份扫描版的PDF讲义提取出来,生成一份带搜索和进度追踪功能的复习网页给我看。
Frequently asked questions
- Is the Exam Review Helper skill free?
- Yes. The skill itself is free from daxueren666/exam-review-helper. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Exam Review Helper work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Ran the real pipeline: controller.py extracted a Markdown chapter without needing docling, and generate turned a schema-valid knowledge JSON into a self-contained 2741-line HTML with MathJax (12 refs), a dark-mode toggle and search built in. That interactive, offline revision doc is a concrete artifact a plain-text summary baseline cannot match, and the 5-pass workflow enforces hard anti-laziness gates (>=10 concepts/chapter, >=3 pitfalls, fresh verifier). Note the README's headline 'gh skill install' fails on gh 2.89 (no skill subcommand); the working install is the git-clone method buried in a details block.
- What is the Exam Review Helper SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 3/5.
- How do I install Exam Review Helper?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Exam Review Helper with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.