What problem does it solve?
This Skill diagnoses and removes non-conversational noise from chat session data so that memory retrieval and vector search return relevant historical content instead of protocol, tool, or metadata artifacts. It helps teams recover lost recall quality after adding channels, encountering high system noise, or when search results become irrelevant.
Core Features & Use Cases
- Automated diagnosis: run a diagnostics script to sample session JSONL, classify messages by noise patterns, and produce a structured noise profile.
- Rule generation: follow the guidance to write conservative, role-aware filters into your merge script, strip channel metadata wrappers, and back up changes before applying.
- Validation and metrics: run a validation script that compares raw messages and the merged transcript, computes compression/false-positive/false-negative rates, and surfaces suspicious samples for human review.
- Use cases: initial setup of a noise-reduction pipeline, troubleshooting memory recall degradation, onboarding new chat channels, and periodic audits of merge-script behavior.
Quick Start
Run the noise-reduction workflow for YYYY-MM-DD to generate a noise profile, update the merge script conservatively, and validate the results.