https://v0-github-profile-summary.vercel.app/
π GitHub Analyzer A lightweight, language-agnostic utility that scans GitHub repositories and generates actionable insights. β¨ What it does Repository metrics β stars, forks, issues, PR velocity Code health β file counts, language breakdown, cyclomatic complexity Dependency audit β outdated packages, security advisories Contributor analytics β top authors, commit timeline, bus-factor CI & workflow checks β failing actions, flaky tests Custom rules β plug-in architecture for new analyzers π¦ Installation From source bash Copy git clone https://github.com/your-org/github-analyzer.git cd github-analyzer make install # or ./install.sh With Docker bash Copy docker pull ghcr.io/your-org/github-analyzer:latest π Usage bash Copy
github-analyzer --batch repos.txt --csv summary.csv π§ Requirements Python β₯ 3.9 OR Node β₯ 18 Git β₯ 2.30 A GitHub personal-access token with repo scope (for private repos)
π€ Contributing Fork repo Create feature branch (git checkout -b feat/my-idea) Add tests & run make test Push & open a Pull Request