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
mdr add levnas/ccmemo/review-knowledge@git:20260726.7717424mdr add levnas/ccmemo/review-knowledge@sha256:661e4ea3e266b179Pin 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.
[](https://markdownregistry.com/a/art_ywyb4omfuyc3owwk)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260726.7717424 latest | 2026-07-26 | 7717424 | 3,630 B | A | view · diff |
| git:20260407.e98a0eb | 2026-04-07 | e98a0eb | 2,714 B | A | view · diff |
| git:20260328.f8aa0f3 | 2026-03-28 | f8aa0f3 | 9,200 B | A | view · diff |
| git:20260328.a39e96c | 2026-03-28 | a39e96c | 7,976 B | A | view · diff |
| git:20260328.6388128 | 2026-03-28 | 6388128 | 7,234 B | A | view |
Audit of the latest version
- 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
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.