trw-memory-audit

Audit TRW memory health and generate a structured report with recommendations.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/wallter/trw-mcp --skill trw-memory-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trw-memory-audit
Source: https://github.com/wallter/trw-mcp/tree/main/src/trw_mcp/data/codex/skills/trw-memory-audit
Command: npx skills add https://github.com/wallter/trw-mcp --skill trw-memory-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit TRW's self-learning memory health to surface quality issues and actionable insights. The skill is read-only and does not modify learnings.

Core Features & Use Cases

  • Tag distribution analysis across learnings to identify coverage gaps and orphan tags.
  • Impact, staleness, and duplicates analysis to guide pruning, consolidation, and memory quality improvements.
  • Top recommendations generation to prune, consolidate, and rename tags, and fill coverage gaps.
  • Observability and assertion health checks to ensure transparent health reporting.

Quick Start

Run the memory audit to scan learnings and generate a health report.

Frequently Asked Questions about trw-memory-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit self-learning memory health to identify duplicates and staleness?

Auditing self-learning memory health requires analyzing the memory layer to compute metrics on tag distribution, impact, staleness, and duplicates. This surfaces quality issues and actionable insights for pruning and consolidating learnings.

What is memory tag distribution analysis and when do I need it?

Memory tag distribution analysis identifies coverage gaps and orphan tags across learnings. You need it during sprint cycles to inform consolidation, improve memory quality, and ensure your self-learning system maintains comprehensive coverage.

Can I generate recommendations to prune and consolidate memory learnings?

Yes, you can generate top recommendations to prune, consolidate, and rename tags, as well as fill coverage gaps. The audit reads the index and related data, computes health metrics, and outputs a structured report with actionable steps.

Does the memory audit modify existing learnings during analysis?

No, the memory audit enforces strict read-only behavior to avoid modifying learnings. It reads the index and related data to compute metrics and output a structured health report without altering the underlying memory layer.

How do I check assertion health and observability for learning memory?

Checking assertion health and observability involves running observability and assertion health checks to ensure transparent memory health reporting. This validates the integrity of your learnings and surfaces any underlying quality issues.

What's the best way to surface actionable insights for memory quality improvements?

The best way to surface actionable insights is computing impact, staleness, and duplicates metrics across the memory layer. This structured analysis informs targeted pruning and consolidation strategies to systematically improve memory quality.