What problem does it solve?
Provides a thorough, read-only audit of a repository's Git and GitHub configuration to surface security risks, CI/CD issues, exposed secrets, branch protection gaps, and repo-hygiene problems so maintainers can prioritize fixes.
Core Features & Use Cases
- Repository Inventory: Enumerates remotes, branches, tags, hooks, stashes, and unpushed commits with timestamps and context.
- Secrets & .gitignore Analysis: Checks .gitignore coverage, searches for tracked sensitive files, and inventories potentially exposed credentials without revealing secrets.
- CI/CD & Branch Strategy Review: Reads GitHub workflows, referenced secrets, CODEOWNERS and PR templates and provides actionable recommendations for branch protection and pipeline hygiene.
- Use Case: Security or release engineers audit a codebase before open-sourcing or handing off to a new team to ensure no secrets, large assets, or stale branches remain.
Quick Start
Run the git-health skill to generate a read-only .claude/reports/current/GIT_HEALTH_REPORT.md summarizing remotes, unpushed commits, tracked sensitive files, CI workflows, and repo-hygiene findings.