Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill review-knowledge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobEditWrite
Path: skills/analysis/review-knowledge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Goal
  2. When to Use
  3. Prerequisites
  4. Review Modes
  5. 1. Health Check (default)
  6. 2. Topic Review (topic:<keyword or tag>)
  7. 3. Fix Mode (fix)
  8. Output Format
  9. Procedure
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going