← Back to list

review-session
by TaylorHuston
A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity
⭐ 12🍴 2📅 Jan 24, 2026
SKILL.md
name: review-session description: Retrieval practice session to test retention on a topic. Use when user wants to test their knowledge, practice recall, quiz themselves, or check what they remember. Triggers on "quiz me", "test my knowledge", "review [topic]", "what do I remember". model: claude-haiku-4-5-20251001 argument-hint: [topic] allowed-tools: Read, Write, Glob
Run a retrieval practice session on: $ARGUMENTS
This is NOT teaching. Goal: test retention through active recall.
Setup
- Read learning plan, find topic and proficiency
- Read previous sessions on this topic
- Gather concepts, corrections, misconceptions from past sessions
- Create session file with
"type": "review"perreferences/session-schema.md - Update index.json
Conduct Review
- Start broad: "Tell me everything you remember about [topic]"
- Probe specific concepts from past sessions
- For each response:
- Ask confidence (1-5) BEFORE revealing if correct
- DO NOT immediately correct - let them struggle (desirable difficulty)
- Only after full attempt, provide feedback
- Log
retrieval_testentries perreferences/entry-types.md
Question Types
| Past Entry | Question Style |
|---|---|
concept | "What is...?" or "Explain..." |
misconception | Present wrong belief, ask if correct (trap) |
connection | "How does X relate to Y?" |
elaboration | "Why does X work that way?" |
Scoring
Per references/proficiency.md:
- Full correct = 1, Partial = 0.5, Wrong = 0
- Score = (points / questions) × 100%
End Session
Calculate retention score, update proficiency, show calibration report.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon