MeMesh Review
Health-scores and cleans up your MeMesh AI memory database
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d68d8c9
Real run against a live memesh DB produced a clean structured health report, but the Step-1 commands `memesh recall --tag "type:decision"` etc. return empty arrays against the actual CLI (types are a field, not a `type:x` tag) — a literal-follow agent silently undercounts. Also points to `./scripts/verify-docs-sync.sh` (repo-root only, not in the skill folder) and an undefined external plugin `@sa:comprehensive-code-review`.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What MeMesh Review does
Runs the MeMesh CLI/MCP to pull recent memories, computes a health score (activity, quality, freshness, self-improvement), flags stale/verbose/conflicting entries, and proposes forget/consolidate actions. Triggers on 'review memories', 'check memory health', 'clean up knowledge', or 'what's in my memory' — but only useful if the separate MeMesh memory system (@pcircle/memesh) is already installed and populated.
How to install MeMesh Review
git clone https://github.com/PCIRCLE-AI/memesh-llm-memory
mkdir -p ~/.claude/skills
cp -r memesh-llm-memory/skills/memesh-review ~/.claude/skills/memesh-review
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger MeMesh Review
-
/memesh-reviewHealth-scores and cleans up your MeMesh AI memory database
It also activates on plain-language prompts like these:
-
Check the health of my AI memory database and flag any stale entries -
Clean up conflicting and overly verbose memories in my knowledge store -
Review what's currently in my memory system and suggest what to forget
Frequently asked questions
- Is the MeMesh Review skill free?
- Yes. The skill itself is free from PCIRCLE-AI/memesh-llm-memory. SkillProof publishes the install command and an independent test verdict at no cost.
- Does MeMesh Review work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. Real run against a live memesh DB produced a clean structured health report, but the Step-1 commands `memesh recall --tag "type:decision"` etc. return empty arrays against the actual CLI (types are a field, not a `type:x` tag) — a literal-follow agent silently undercounts. Also points to `./scripts/verify-docs-sync.sh` (repo-root only, not in the skill folder) and an undefined external plugin `@sa:comprehensive-code-review`.
- What is the MeMesh Review SkillProof Score?
- 7.6/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install MeMesh Review?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use MeMesh Review with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.