What problem does it solve?
The health skill reduces the time spent guessing what’s wrong in a repository by producing a single, dated report that highlights stale work, review/CI bottlenecks, dependency alert severity, and recent community activity.
Core Features & Use Cases
- Issues health analysis: Identifies stale issues, unlabeled issues, unanswered questions, unassigned issues, and provides age buckets.
- PR health analysis: Detects stale PRs, merge conflicts, PRs awaiting review, failing CI, and abandoned drafts.
- CI and dependency insights: Computes CI failure rate from recent runs, flags flaky workflows, and summarizes Dependabot alert severities when accessible.
- Community activity metrics: Measures contributor/commit activity over the last 30 days and counts merged PR authors to estimate momentum.
- Action-ready reporting: Writes
.mstack/reports/{DATE}-health.md and presents prioritized action items without modifying GitHub resources.
Quick Start
Run the health skill for your configured repository by saying: "run a health check on this repo".