skills/til-review/SKILL.md
SRS-based TIL review session (spaced repetition). Use when the user says 'quiz me', 'review what I learned', 'flashcard session', 'test my knowledge', or wants to do spaced repetition review of their TIL notes.
npx skillsauth add songyunseop/oh-my-til til-reviewInstall 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.
SRS (spaced repetition) based TIL review session. Manages review schedule with the SM-2 algorithm.
til_review_list: List of cards due for review today + stats (load note content with include_content: true)til_review_update: Record review result (grade 0-5) or remove from reviewCall til_review_list (include_content: true, pass category argument if provided).
Select via AskUserQuestion:
For each card:
content already loaded in Step 1 (no additional MCP calls needed)AskUserQuestion:
til_review_update (action: "review", grade)After all cards are done:
til_review_list to display latest statsWhen no cards exist or user requests:
til_listtil_review_update (action: "review", grade: 4) for each selected filetil_review_update (action: "remove")research
Today I Learned — research a topic, learn interactively, then save as TIL markdown. Use when the user wants to learn about a topic, says 'teach me', 'what is X', 'deep dive into X', or asks to study something and save it as a TIL note.
tools
Install or update the Oh My TIL plugin in an Obsidian vault
documentation
Save learning content as a TIL file and batch-update Daily notes, MOC, and backlog. Use when the user says 'save this', 'write up what I learned', 'document this as a TIL', or wants to persist a learning conversation as a note.
research
Research a topic to identify key concepts and terms, then organize as a learning backlog. Use when the user wants a learning roadmap, study plan, curriculum, or asks 'what should I learn about X' — focuses on planning what to learn, not learning itself.