fukushuu

Schedule forgetting-curve review quizzes for due study notes and update review logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kokiebisu/life --skill fukushuu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fukushuu
Source: https://github.com/kokiebisu/life/tree/main/skills/fukushuu
Command: npx skills add https://github.com/kokiebisu/life --skill fukushuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

学習ノートを忘却曲線に基づいて復習する際、期限が来たノートをクイズ形式で反復学習させ、知識の定着を促進します。

Core Features & Use Cases

  • 自動復習スケジュール: aspects/study/ 内のノートを対象に、復習の間隔を自動的に管理します。
  • クイズ形式の復習: ノート内容を元に質問を出し、理解度を評価します。
  • Use Case: software-engineering の学習ノートや interview-prep のノートを定期的に復習して、技術理解と面接準備を強化します。

Quick Start

aspects/study の学習ノートを忘却曲線に基づいてクイズ形式で復習します。

Frequently Asked Questions about fukushuu

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

FAQPage Schema
How does spaced repetition work for reviewing study notes?

Spaced repetition schedules review quizzes at expanding intervals based on the forgetting curve. It identifies due notes in your study directory, quizzes your recall, and updates the interval days and review count to enforce deterministic spacing.

How do I automatically schedule review quizzes for my learning notes?

You can automatically schedule review quizzes by running this tool against your learning notes directory. It evaluates the last reviewed date and interval days to find due notes and presents them as quizzes to test your understanding.

Can I use forgetting curve based review for software engineering interview prep?

Yes, forgetting curve based review targets learning notes across software-engineering and interview-prep categories. It prioritizes unseen notes in these areas to strengthen technical understanding and interview readiness through scheduled quiz repetition.

What is the best way to retain technical knowledge from learning notes?

Quiz-based spaced repetition is an effective way to retain technical knowledge. By converting your learning notes into quizzes and reviewing them at forgetting-curve intervals, you reinforce memory retention and track progress through a structured review log.

Does this spaced repetition tool require any external dependencies?

No, this spaced repetition tool operates without external dependencies. It directly reads and updates a local review-log.json file within your study directory to manage last reviewed timestamps, interval days, and review counts deterministically.