.skills/review-learning/SKILL.md
--- name: review-learning description: Use when user requests learning progress review, assessment, or evaluation of any learning item in MasterAnything framework. Triggers: "review progress", "how am I doing", "assess my learning", "check my progress", "am I on track". --- # Review Learning Progress ## Overview Systematically evaluate learning progress against defined goals and milestones, providing actionable insights and updating progress records. **Core principle:** A review must compare
npx skillsauth add atovk/masteranything .skills/review-learningInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematically evaluate learning progress against defined goals and milestones, providing actionable insights and updating progress records.
Core principle: A review must compare actual progress against planned goals, not just summarize what was done.
digraph review_trigger {
"User asks about learning progress?" [shape=diamond];
"Specific learning item mentioned?" [shape=diamond];
"Use this skill" [shape=box];
"Use different approach" [shape=box];
"User asks about learning progress?" -> "Specific learning item mentioned?" [label="yes"];
"Specific learning item mentioned?" -> "Use this skill" [label="yes"];
"User asks about learning progress?" -> "Use different approach" [label="no"];
"Specific learning item mentioned?" -> "Use different approach" [label="no"];
}
Triggers:
When NOT to use:
/study)/new-learning)## Current Status
- Stage: Novice
- Time: 0.5 hours
- Progress: 5%
[Summarizes what was done, no evaluation]
## Timeline Assessment
- Expected: Novice stage complete by 2025-02-09 (1 week)
- Current: 5% complete, 0.5 hours invested
- Status: Behind schedule (need 2+ hours/day to catch up)
## Milestone Evaluation
- Completed: 3/10 Novice milestones
- Missing: Character classes, anchors, email matching
- Next priority: Complete character classes (blocks all next steps)
## Learning Patterns
- Frequency: One 30-minute session (needs daily practice)
- Focus: Theory over practice (no code examples yet)
- Trend: Good documentation, insufficient application
## Action Plan
1. Complete character classes today (blocks progress)
2. Add 15-minute daily practice sessions
3. Create one regex example per concept learned
| Review Component | What to Check | Where to Find It | |-----------------|---------------|------------------| | Timeline | Planned vs actual dates | README.md roadmap, progress.md dates | | Milestones | Completed vs required | README.md checklist, progress.md logs | | Time Investment | Hours vs expectations | progress.md time tracking | | Learning Patterns | Frequency, focus, gaps | progress.md log entries | | Resource Usage | Tools referenced vs used | resources.md, notes content | | Flashcards | Cards created, mastery level | flashcards/*.md | | Spaced Repetition | Review completion rate, overdue items | reviews/spaced-repetition.md | | Blockers | Missing prerequisites | README.md dependencies in milestones |
# Use Read tool for these files first
[learning-item]/README.md # Goals, milestones, roadmap
[learning-item]/progress.md # Time tracking, completion status
[learning-item]/notes/*.md # Learning evidence, patterns
[learning-item]/reviews/spaced-repetition.md # Spaced repetition status
[learning-item]/flashcards/*.md # Flashcard mastery data
Calculate:
Example calculation:
Novice stage: 1 week expected
Started: 2025-02-02
Today: 2025-02-09
Expected: 5-7 hours total (1 hr/day)
Actual: 0.5 hours
Status: Behind (need 6.5 hours in remaining days)
Check each milestone in current stage:
Example:
### Novice Milestones
- Explain basic concepts
- List 10+ metacharacters
- Complete environment configuration (NOT DONE)
- Run first example (BLOCKED by env config)
Analyze progress.md log for patterns:
| Pattern | What to Look For | Indicator | |---------|-----------------|-----------| | Frequency | Days between sessions | Consistent? Gaps? | | Duration | Minutes per session | Too short? Too long? | | Focus | Theory vs practice | Any code/projects? | | Blockers | Repeated problems | Same issue multiple times? | | Momentum | Progress over time | Accelerating? Stalling? |
Example finding:
Pattern: Single 30-minute session, then 7-day gap
Issue: Insufficient frequency for retention
Recommendation: Daily 20-minute sessions better than weekly 2-hour sessions
Prioritize by impact:
Format:
## Action Plan (Priority Order)
### Critical (Complete Today)
1. Set up environment (blocks all next steps)
- Run: [specific command]
- Verify: [how to confirm it works]
### Important (This Week)
2. Complete character class module
- Time needed: 1 hour
- Resources: [link to section]
### Suggestions (Ongoing)
3. Add daily practice sessions
- Current: 30 min once/week
- Recommended: 20 min daily
- Reason: Spaced retention better
Append review findings:
## Learning Reviews
### 2025-02-09 - Weekly Review
**Reviewer**: Claude (review-learning skill)
**Timeline**: Behind schedule (0.5h / 7h expected)
**Milestones**: 3/10 Novice tasks complete
**Key Finding**: Environment setup not complete, blocking progress
**Action**: Set up environment today, then complete character classes
**Next Review**: 2025-02-16
| Mistake | Why It's Wrong | Fix | |---------|---------------|-----| | Only summarizing, not evaluating | Doesn't help user improve | Compare against goals explicitly | | Ignoring timeline | User can't adjust effort | Show expected vs actual pace | | Not checking README.md milestones | Misses completion criteria | Always evaluate checklist items | | Skipping pattern analysis | Misses systemic issues | Analyze frequency, duration, focus | | No progress.md update | Review insights lost | Append review to progress.md | | Generic advice | Doesn't address specific gaps | Tie recommendations to missing milestones |
Before this skill: Reviews were summaries ("You learned metacharacters, good start!") with no assessment of whether the user was on track to meet their goals.
After this skill: Reviews provide concrete timeline assessments ("Behind schedule - need 2 hours/day to catch up"), identify blocking issues ("Environment setup blocks all progress"), and document findings in progress.md for future reference.
Skill version: 1.0 Last updated: 2025-02-02
research
MasterAnything 学习系统核心技能。当用户讨论系统化学习、创建学习计划、 费曼技巧学习、康奈尔笔记法、艾宾浩斯间隔重复、闪卡记忆、学习进度管理、 知识管理时自动激活。触发词:"学习"、"复习"、"笔记"、"进度"、"费曼"、 "康奈尔"、"闪卡"、"间隔重复"、"master"、"learning"、"study"、"review"。
research
开始一个专注的学习会话,记录时间和进度。Use when user wants to start a learning session.
tools
创建新的学习项目并初始化完整的学习目录结构。Use when user wants to start learning a new topic.
data-ai
--- name: daily-review description: 基于艾宾浩斯遗忘曲线的每日间隔重复复习系统。Use when user wants to do daily review, spaced repetition review, or asks "what should I review today". Triggers: "daily review", "今日复习", "复习", "什么需要复习", "review today", "spaced repetition". --- # 每日复习 (Daily Review) - 艾宾浩斯间隔重复 ## 概述 基于艾宾浩斯遗忘曲线,自动检查今日需要复习的内容,引导用户进行主动回忆练习,并更新复习追踪记录。 ## 复习时间表标准 | 轮次 | 间隔 | 记忆保持率目标 | |------|------|-------------| | R1 | 学习后1天 | 恢复到90% | | R2 | 学习后3天 | 恢复到90% | | R3 | 学习后7天 | 巩固到85% | | R4 | 学习后14天 | 巩固到