What problem does it solve? Engineering teams lack a fast, read-only way to gauge repository health before prioritizing work. This Skill runs scripted signal scans β TODO/FIXME markers, skipped tests, CI duration and flake rates, Dependabot remediation state, code scanning, secret scanning, mobile release lag, and plugin version drift β and emits parseable JSON that a prioritization pass can consume directly. ## Core Features & Use Cases - Tech-debt and test scans: Counts TODO/FIXME/HACK markers and skipped tests with directory-level hotspot aggregation, capped output, and configurable path excludes. - CI and release health: Computes median/p90 workflow duration, detects flaky runs keyed on (headSha, event) to exclude merge-queue false positives, and measures how far TestFlight builds lag behind main. - Security exposure ranked by remediation state: Reads Dependabot, code-scanning, and secret-scanning alerts via the GitHub API, ranking parked green fix PRs and validated live credentials as P0 rather than raw alert counts. - Use Case: Before a weekly planning session, ask for a repo health scan to get one line per signal with severity tiers β for example, "CI p90: 31 min (target < 25) β P1" β plus a clean line for surfaces with no findings. ## Quick Start Ask the agent to run a repo health scan on this repository and report CI duration, dependency exposure, and tech-debt hotspots with severity tiers.