--- name: git-health description: Git repository health diagnostics. Checks commit history, branch status, remote configuration, and common git issues. --- Git Health Check Diagnose Git repository health and configuration issues, inspired by zeroclaw's diagnostic tools. Setup No dependencies required. Usage Full Repository Check Check specific aspects Output When to Use - Before submitting PRs - Troubleshooting git issues - Repository maintenance - CI/CD pipeline checks - Onboarding new developers ---