What problem does it solve? Nightly detectors flag duplicate embeddings, duplicate files, and link suggestions in a knowledge base, but applying them blindly risks data loss. This Skill provides a structured review loop so every cleanup action is confirmed, committed, and reversible. ## Core Features & Use Cases - Color-coded triage: Processes inbox sections by risk level — green items auto-apply after one confirmation, yellow items require per-item decisions, red items are report-only. - Interactive duplicate resolution: Uses AskUserQuestion to decide how to handle each group of suspected duplicate files, with git commits per action. - Safety guardrails: Never deletes source documents or citation nodes; moves files to an archive folder and requires a clean git tree before applying changes. - Use Case: After the nightly detector finds 67 duplicate embedding keys and 12 groups of suspected duplicate files, run this Skill to auto-apply the safe fixes and walk through each duplicate group one by one. ## Quick Start Ask the assistant to clean up the knowledge base inbox and review the detected duplicates and link suggestions.