review-knowledge
Review and maintain the knowledge base — find stale entries, orphan entries without connections, missing links between related entries, and generate topic summaries. Supports the "internalization" phase of knowledge management by surfacing knowledge for periodic review and reflection.
npx skills add majiayu000/claude-skill-registry --skill review-knowledge --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Review Knowledge ## Goal Maintain knowledge base health and surface entries for review, helping the user internalize accumulated knowledge through periodic reflection. ## When to Use - User explicitly requests a knowledge review (e.g., "review knowledge", "check knowledge base") - At the end of a significant work phase or project milestone - When the user wants to understand the current state of knowledge on a topic - Periodically (e.g., weekly/monthly) to keep the knowledge base healthy ## Prerequisites - `.claude/knowledge/entries/` directory exists with entries created by `record-knowledge` - `.claude/knowledge/CLAUDE.md` tag registry exists ## Review Modes Invoke with an optional argument to select a mode. If no argument is given, run **health check**. ### 1. Health Check (default) Scan the entire knowledge base and report: #### a. Stale Entries - Entries older than 90 days with `status: active` — may need review for accuracy - Detect by comparing `created:` date in frontmatter to the current date - Report: list of entries with age, title, and tags #### b. Orphan Entries - Active entries with NO `- see:` links (disconnected from the knowledge graph) - These represent isolated
- Goal
- When to Use
- Prerequisites
- Review Modes
- 1. Health Check (default)
- 2. Topic Review (topic:<keyword or tag>)
- 3. Fix Mode (fix)
- Output Format
- Procedure
What does the review-knowledge skill do?
Review and maintain the knowledge base — find stale entries, orphan entries without connections, missing links between related entries, and generate topic summaries. Supports the "internalization" phase of knowledge management by surfacing knowledge for periodic review and reflection.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill review-knowledge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
