What problem does it solve? When joining a new project or auditing an unfamiliar repository, it is hard to know which files are risky, where bugs concentrate, and what to read first. This Skill answers those questions using only Git history, without opening the code. ## Core Features & Use Cases - Hotspot Detection: Cross-analyzes change frequency (Churn) and bug-fix density (Bug Clusters) to identify files that change often and break often. - Ownership Gap Analysis: Checks whether the main contributors of high-risk files are still active, surfacing knowledge ownership gaps. - Prioritized Reading Order: Outputs a diagnostic report with high-risk files and a recommended exploration order for onboarding or audits. - Use Case: You just joined a team maintaining a large legacy repo. Run the diagnosis to get a list of the riskiest files, who owns them, and where to start reading first. ## Quick Start Ask the AI to diagnose this repository's health using its Git history and show the high-risk hotspots.