What problem does it solve? Engagement metrics alone cannot explain whether emotionally charged content drives attention, which threads sustain influence after the original poster leaves, or what private data is exposed in a content export. This Skill answers those three questions with statistical rigor and a mandatory privacy audit. ## Core Features & Use Cases - Sentiment-Engagement Correlation: Computes Pearson and Spearman correlations between sentiment polarity (raw, absolute, and subjectivity) and engagement scores, with significance testing and interpretation frameworks. - Thread Depth & Influence Mapping: Recursively traverses reply chains to compute true thread depth and identifies "discursive catalysts" — threads that sustain conversation well beyond the original poster's participation. - Privacy Audit: Systematically scans all text columns for PII patterns (emails, IPs, phone numbers) using regex, classifies column-level risk, and assigns an overall corpus risk tier from LOW to CRITICAL. - Use Case: Given a Reddit data export with scores and comment trees, determine whether controversial posts outperform measured ones, find the five threads that sparked self-sustaining debates, and confirm no IP addresses leak before sharing the corpus. ## Quick Start Run the supplementary engagement analyses on my Reddit export and write the findings to docs/analysis/09-supplementary-engagement.md.