Our review
Runs a spaced repetition quiz on concepts due for review, pulling questions from a bank and updating a progress file.
Strengths
- Enhances long-term retention via spaced repetition
- Selects questions based on last practice date and confidence level
- Uses Socratic questioning for deeper understanding
- Automatically updates progress tracking
Limitations
- Requires a pre-existing quiz bank (quiz_bank.md)
- Depends on a progress.json file for tracking
- Does not handle complex open-ended responses
When you want to actively review learned concepts or test your knowledge in a structured way.
If you need a summative assessment or standardized test, or if you haven't built your question bank yet.
Security analysis
SafeThe skill only reads local files (progress.json, quiz_bank.md) and updates a timestamp in progress.json. No shell commands, network access, or destructive actions are instructed. No risk of data exfiltration or system compromise.
No concerns found
Examples
Quiz me on concepts I'm due to review.Test my knowledge of machine learning concepts using spaced repetition.I want to practice what I've learned recently. Give me a quiz.name: quiz description: Run a spaced repetition quiz on concepts due for review. Picks concepts that haven't been practiced recently and asks questions from quiz_bank.md. Use when user says "quiz me", "review", "test my knowledge", or wants to practice.
Spaced Repetition Quiz
Instructions
- Find concepts from
progress.jsondue for review (last_practiced > 3 days or confidence < 3) - Pick 1-3 questions from
quiz_bank.md - Ask Socratically - don't just read and wait
- After answers, update
last_practicedin progress.json
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.