memesh-review

Solid

Review and optimize the MeMesh memory database. Analyzes health score, finds stale/conflicting/redundant memories, shows work patterns, and suggests cleanup actions. Use when asked to "review memories", "check memory health", "clean up knowledge", or "what's in my memory".

AI & Automation 14 stars 4 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# MeMesh Memory Review Review the memory database and provide actionable cleanup recommendations. ## How to Access Use CLI (works everywhere) or MCP tools (if available). See the `memesh` skill for auto-detect instructions. ## Process ### Step 1: Gather data ```bash # Get system health memesh status # Get all recent memories (structured output for analysis) memesh recall --limit 50 --json # Get memories by type for quality analysis memesh recall --tag "type:decision" --json memesh recall --tag "type:lesson_learned" --json memesh recall --tag "type:session_keypoint" --json ``` If MCP `user_patterns` tool is available, also run it for work pattern analysis: ```json user_patterns: {} ``` ### Step 2: Analyze and report From the recalled data, compute and present: ```markdown ## Memory Health Report ### Overview - Total entities: N - Last 30 days active: N (N%) - Knowledge types: N decisions, N patterns, N lessons, N auto-tracked ### Health Score: N/100 - Activity: N% (accessed in last 30 days) - Quality: N% (high confidence, well-tagged) - Freshness: N% (new this week) - Self-Improvement: N% (lessons learned ratio) ### Quality Issues Found **Stale (not accessed 30+ days, low confidence)** - "entity-name" — confidence: N% — Suggest: archive? **Verbose (5+ observations, needs consolidation)** - "entity-name" (N observations) — Suggest: `memesh consolidate --name "entity-name"` **Potential conflicts** - "entity-A" vs "entity-B" — contradicting decisions **Noise ra...

Details

Author
PCIRCLE-AI
Repository
PCIRCLE-AI/memesh-llm-memory
Created
4 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category