review

Read learning index and progress files to compute SM-2 review schedules.

109|15|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/kirilxd/claude-tutor --skill review-kirilxd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/kirilxd/claude-tutor/tree/main/skills/review
Command: npx skills add https://github.com/kirilxd/claude-tutor --skill review-kirilxd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review helps you understand how well you’re learning each topic and what you should focus on next, turning vague progress into clear, scheduled next actions.

Core Features & Use Cases

  • Learning progress overview: Shows module completion, quiz scores, and score trends across all topics or a single topic.
  • Weak/strong area detection: Highlights weak areas and prioritizes what to fix based on your quiz history.
  • Spaced-repetition due review: Identifies concepts due for review using SM-2 scheduling and recommends the next step to keep progress on track.

Quick Start

Ask your progress question in natural language, for example: “How am I doing with Kubernetes and what should I study next?”

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track learning progress and identify weak areas from quiz results?

To track learning progress, the system reads locally stored learning index, plan, and progress files to render per-module completion and compute score trends. It analyzes quiz history to identify weak areas and highlights what to fix next.

How does spaced repetition scheduling work for reviewing concepts?

Spaced repetition scheduling uses the SM-2 algorithm to compute nextReview timestamps for concepts. It identifies which concepts are due for review based on these timestamps to keep your study progress on track.

What is the best way to figure out what to study next across multiple topics?

The best way to determine what to study next is by checking all-topic progress, which evaluates module completion and due-for-review concepts across your entire learning plan, ending with one actionable study recommendation.

Do I need specific files to check my study progress and scheduled reviews?

Yes, you need locally stored learning index, plan, and progress files to check study progress. The system reads these files to render completion dashboards and compute spaced repetition review schedules.

Can I get study recommendations for a single topic instead of all topics?

Yes, single-topic progress checks are fully supported. You can ask about a specific topic to render its module completion, analyze its quiz score trends, and receive a targeted actionable study recommendation.