Kb Review
Description
--- argument-hint: [--today] [--stats] [--id=ID] [--quality=N] [--schedule] [--history] description: 智能复习系统 - 基于遗忘曲线的间隔重复 allowed-tools: Read, Write, Edit, Bash --- # /kb-review - 智能复习系统 ## 功能 基于 SuperMemo 2 (SM-2) 算法的智能复习系统,根据记忆强度自动调整复习间隔,实现高效知识内化。 ## 使用方式 ### 查看今日复习任务 ``` /kb-review --today 显示所有需要今天复习的知识条目 ``` ### 复习指定条目 ``` /kb-review --id=2026-01-04-105815 显示该条目的详细内容,等待复习评分 ``` ### 提交复习评分 ``` /kb-review --id=2026-01-04-105815 --quality=5 评分后自动计算下次复习时间 ``` ### 查看复习统计 ``` /kb-review
Installation
Installs to ~/.claude/commands/huifer-claude-code-knowcraft-kb-review.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/huifer/Claude-Code-KnowCraft/HEAD/.claude/commands/kb-review.md -o ~/.claude/commands/huifer-claude-code-knowcraft-kb-review.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11