Home / levnas / ccmemo · skills/review-knowledge/SKILL.md · GitHub

review-knowledge skillA

review-knowledge is agent-read markdown (skill) from levnas/ccmemo: 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..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 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

## Execution

Delegate the review work to a Sonnet subagent to minimize main context consumption.

1. Determine the review mode from user input:
   - No argument or "health" → `health`
   - `topic:<keyword>` → `topic` with the specified keyword
   - `fix` → `fix`
2. Determine the knowledge base path (default: `.claude/knowledge/entries/`)
3. Precompute deterministic graph facts from the MAIN agent's Bash (subagents run in a
   sandbox that blocks code execution, so these must run here):

```bash
python3 "{plugin_root}/scripts/kb_graph.py" --root .claude/knowledge/entries stats
python3 "{plugin_root}/scripts/kb_graph.py" --root .claude/knowledge/entries lint --json
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add levnas/ccmemo/review-knowledge@git:20260726.7717424
Exact content
mdr add levnas/ccmemo/review-knowledge@sha256:661e4ea3e266b179

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ywyb4omfuyc3owwk.svg)](https://markdownregistry.com/a/art_ywyb4omfuyc3owwk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260726.7717424 latest2026-07-26 7717424 3,630 BA view · diff
git:20260407.e98a0eb2026-04-07 e98a0eb 2,714 BA view · diff
git:20260328.f8aa0f32026-03-28 f8aa0f3 9,200 BA view · diff
git:20260328.a39e96c2026-03-28 a39e96c 7,976 BA view · diff
git:20260328.63881282026-03-28 6388128 7,234 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3630 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

levnas/ccmemo · 4 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ywyb4omfuyc3owwk
GET https://markdownregistry.com/api/v1/resolve?ref=levnas/ccmemo/review-knowledge
GET https://markdownregistry.com/api/v1/blob/661e4ea3e266b179bfd4c2d29fc33e1d475089d43d826d0ee45d96c07c5a795a

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from levnas/ccmemo

plan-task skill
levnas/ccmemo · skills/plan-task/SKILL.md · Persist multi-step plans and task progress across Claude Code sessions. Use when starting work that may span multiple…
git:20260405.465b784 · audit A · 4 stars
recall-knowledge skill
levnas/ccmemo · skills/recall-knowledge/SKILL.md · Recall knowledge base entries by meaning, not just keywords — hybrid search (lexical ripgrep + local vector embeddings…
git:20260923.33efe69 · audit A · 4 stars
record-knowledge skill
levnas/ccmemo · skills/record-knowledge/SKILL.md · Record tacit knowledge — quirks, pitfalls, dependencies, decisions, root causes — as tagged Markdown entries in…
git:20260416.a4537a9 · audit A · 4 stars
CLAUDE.md@templates/knowledge claude
levnas/ccmemo · templates/knowledge/CLAUDE.md
git:20260923.d5ee9c3 · audit A · 4 stars
CLAUDE.md@templates/tasks claude
levnas/ccmemo · templates/tasks/CLAUDE.md
git:20260310.b04ad63 · audit A · 4 stars

Every file in levnas/ccmemo

Browse by kind, by grade A, or by owner.