Use when you want a quick quiz session — rapid-fire multiple choice questions at your current level, good for 10-minute learning bursts
Rapid-fire multiple choice questions for quick learning sessions. No projects, no setup — just questions at your level with a few stretch questions mixed in.
/lutherskills:quiz — 10 questions across all your topics
/lutherskills:quiz embedded-programming — 10 questions on embedded only
/lutherskills:quiz networking 5 — 5 questions on networking
Read profile.json. If not found, direct to /lutherskills:init.
Parse args:
Use WebSearch to research current, accurate questions for the user's level:
For each question:
Show results:
Quiz Complete!
Score: 7/10 (70%)
Breakdown:
EE > Fundamentals: 3/3
Embedded > Bare metal: 2/4
Networking > Protocols: 2/3
Weakest area: Bare metal — consider running /lutherskills:learn embedded-programming
Update profile.json:
stats.total_quizzes += 1avg_score per sub-topic (weight quiz scores at 0.5x vs challenge scores)stats.last_active and streakCommit:
git add profile.json
git commit -m "quiz: score [X]/[Y] across [topics]"
git push