collect-github-stats
SolidCollect GitHub repo health/usage stats into merged JSON.
Install
Quality Score: 83/100
Skill Content
Details
- Author
- griddynamics
- Repository
- griddynamics/rosetta
- Created
- 7 months ago
- Last Updated
- 1 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
gh-metrics
Use when asked how often a GitHub repo merges pull requests, average or median time to merge, PR throughput, review turnaround, open-PR backlog, or how often RFC/proposal issues get accepted and how long they take. Computes repository PR and issue/RFC metrics consistently via the gh CLI.
github-status
List your GitHub-owned local clones under PROJECTS_ROOT that have pending work (uncommitted changes, unpushed commits, or inbound remote commits), with branch, counts, age of oldest pending work, open-issue count, and a per-repo summary. Each run fetches every repo's origin in parallel so the counts reflect the current remote. TRIGGER when: user asks "/github-status", wants a cross-project overview of their repos, "which repos have unpushed commits", "what's new on remotes", or "what have I been working on". DO NOT TRIGGER when: user is asking about a single specific repo (use `git status` / `git log` directly).
github-repo-hygiene
Audits a GitHub profile or specific repos for the things that make a developer look inactive or unpolished to anyone vetting them — missing repo descriptions, missing topics, no license, and READMEs that are still unedited framework boilerplate (create-next-app, create-react-app, etc). Reports what it finds, then fixes whatever the user approves by writing real descriptions and topics and rewriting thin READMEs into an actual project overview. Use this whenever the user wants to clean up their GitHub, make their profile look more professional for recruiters/clients, audit their repos, mentions their GitHub looking sparse/empty/unfinished, or is prepping their profile for a job search or freelance pitch — even if they don't say "hygiene" or name a specific repo.