What problem does it solve? Knowledge-graph community labels silently decay as re-clustering renumbers community ids, leaving queries returning placeholders like "Community 417" instead of real names. This Skill scans every graphify-enabled project on the machine and reports exactly which graphs are stale, unlabelled, or degraded. ## Core Features & Use Cases - Coverage Table: Scans project roots for graphify-out/graph.json and prints a per-project table of communities, labels, and the percentage of nodes still rendering as "Community NN". - Automatic Fix Prompts: For each degraded project, generates a self-contained, paste-ready relabelling prompt in /tmp/graphify-label/ with sample node labels inlined, plus a MODE verdict (inline vs. external handoff). - Additive Merge: Merges externally produced label JSON back into community-labels.json and graph.json without ever overwriting existing names, with --dry-run and --force options. - Use Case: After a large refactor, run the scanner to discover that one project's graph is 53% uncovered, then follow the generated prompt to relabel only the missing communities and merge the results safely. ## Quick Start Ask the agent to run /graphify-status to show label coverage for every graphify project on this machine.