Borrowing it
Nothing to install: this file belongs to IssacW228/student-llm-wiki. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/IssacW228/student-llm-wiki/main/.claude/skills/wiki-review/SKILL.mdgit clone --depth 1 https://github.com/IssacW228/student-llm-wikiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/issacw228/student-llm-wiki/wiki-review)<a href="https://agentmods.dev/skills/issacw228/student-llm-wiki/wiki-review"><img src="https://agentmods.dev/badge/skills/issacw228/student-llm-wiki/wiki-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/issacw228/student-llm-wiki/wiki-review"><img src="https://agentmods.dev/badge/skills/issacw228/student-llm-wiki/wiki-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.00446 |
| Opus 5 | $0.00034 | $0.00223 |
| Sonnet 5 | $0.00014 | $0.00089 |
| Haiku 4.5 | $0.00007 | $0.00045 |
Grade A, and why
wiki-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Wiki Review — 费曼复习
用费曼技巧测试理解。 Test understanding using the Feynman technique.
步骤 Steps
- 读
wiki/hot.md和wiki/index.md定位目标概念 - 找 confidence:low/medium 的概念(优先复习薄弱的)
- 费曼提问: 像一个完全不懂的人一样提问,要求用户用最简单的语言解释
- 不要问"是什么",要问"为什么"和"如果...会怎样"
- 追问到用户答不上来为止,找出理解的边界
- 评估回答:
- 答得好且完整 → confidence 升级,更新
last_reviewed - 答得有漏洞 → 指出漏洞,解释正确理解,confidence 保持或降级
- 答得好且完整 → confidence 升级,更新
- 更新页面: 调整概念页的
confidence和last_reviewed字段 - 生成练习题: 为仍然是 low 的概念,调用 exam-prep 逻辑生成题目到
wiki/exam-prep/{course}.md
费曼提问示例 Feynman Question Examples
- ❌ "什么是注意力机制?"(测记忆)
- ✅ "如果去掉 softmax 的缩放因子 √d_k 会发生什么?为什么?"(测理解)
- ✅ "用一个生活中的类比解释 Q、K、V 三个矩阵的作用"(测内化)
中英双语 Bilingual
提问和反馈都用中英双语,让用户用任一语言回答都可以。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 33 lines · 68 tokens per session scan A 71073e17665e
wiki-review is a skill published in the GitHub repository IssacW228/student-llm-wiki (176 stars, last pushed 2mo ago), licensed MIT. It adds 68 tokens to every session and 446 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
llm-wiki
Build and maintain an LLM-curated personal knowledge base — the "LLM Wiki" pattern from Andrej Karpathy's April 2026 gist. Use this skill whenever the user wants to ingest a source (paper, article, transcript, PDF, notes) into a persistent compounding knowledge base, ask a question against accumulated notes, lint or…
omh-codebase-uml
This is a Hermes-native codebase-uml workflow skill.
design-mcp-server
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.
api-canvas
DataCanvas primitive reference — a Tier 3 SQL/analytical workspace for tabular MCP servers, backed by DuckDB. Use when registering tables from upstream APIs, running ad-hoc SQL across them, and exporting results. Covers the acquire → register → query → export flow, per-table TTL, the token-sharing pattern for…
api-testing
Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.
release-and-publish
Ship a release end-to-end across every registry the project targets (npm, MCP Registry, GitHub Releases for .mcpb bundles, GHCR). Runs the final verification gate, fast-forwards main when the release rode a release PR, creates the annotated tag on the commit main now points at, pushes commits and tags, then publishes…