Review Session
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".
MCP get_skill({ skillId: "review-session-5fa1f127" })Use this skill with your agent
Create a free account and connect via MCP
Run a retrieval practice session on: $ARGUMENTS This is NOT teaching. Goal: test retention through active recall. ## Setup 1. Read learning plan, find topic and proficiency 2. Read previous sessions on this topic 3. Gather concepts, corrections, misconceptions from past sessions 4. Create session file with `"type": "review"` per `references/session-schema.md` 5. Update index.json ## Conduct Review 1. Start broad: "Tell me everything you remember about [topic]" 2. Probe specific concepts from past sessions 3. 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 4. Log `retrieval_test` entries per `references/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.
Related Skills
More skills in Education & Writing
Academic Plotting
Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn. Use when creating any figure for a conference paper.
Add Educational Comments
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.
AI Prompt Engineering & Safety Best Practices
Comprehensive best practices for AI prompt engineering, safety frameworks, bias mitigation, and responsible AI usage for Copilot and LLMs.
Anti Slop
Comprehensive toolkit for detecting and eliminating "AI slop" - generic, low-quality AI-generated patterns in natural language, code, and design. Use when reviewing or improving content quality, preventing generic AI patterns, cleaning up existing content, or enforcing quality standards in writing, code, or design work.
Apple Notes
Create, view, edit, delete, search, move, or export Apple Notes via the memo CLI on macOS.
Asc Whats New Writer
Generate engaging, localized App Store release notes (What's New) from git log, bullet points, or free text using canonical metadata under `./metadata`. Optionally pairs with promotional text updates.
Explore Other Categories
Skills from other categories with shared topics
Brief
Create or update project brief through interactive discovery. Use when starting any new idea, revisiting an idea after time away, or when vision feels unclear.
Commit
Create git commits in spaces/[project]/ with conventional message format. Use for saving progress with quality checks and proper commit messages.
Complete
Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.