What problem does it solve? Sokrates reports which files are large, complex, frequently changed, or single-owned, but it cannot say what those files do, whether the complexity is essential or accidental, or what a fix would look like. This Skill closes that gap by turning raw quantitative risk signals into explained findings a tech lead can act on. ## Core Features & Use Cases - Deterministic hotspot shortlisting: A bundled Python script ranks files by complexity, recent churn, and size, and extracts knowledge-risk and change-coupling signals from the Sokrates data exports. - Semantic risk explanation: The AI reads each shortlisted file's actual code and explains what it does, why its metrics make it risky, and what a proportionate fix would be, with severity calibration from info to high. - Use Case: After running a Sokrates analysis on a legacy repository, ask where the real maintenance risks are; the Skill produces findings covering hotspots, bus-factor concentration, and shotgun-edit coupling, each backed by code evidence and metric citations. ## Quick Start Ask the AI to run the risk synthesis scan on the existing _sokrates analysis and explain which files are the biggest maintenance risks and why.