github-repo-intel
Evaluate GitHub repository health and activity before integrating dependencies or assessing projects. Fetches stars, forks, issues, releases, and maintenance status from public APIs.
Instructions
GitHub repository intelligence: stars, forks, open issues, language, license, last push date, latest release version and date, topics, and whether the repo is actively maintained. Input any GitHub repo as 'owner/repo' or a full GitHub URL. Use before wiring a new library as a dependency, when evaluating a project for acquisition or integration, or when you need to assess community health (stars/forks ratio, issue velocity, maintainer recency). Free upstream: GitHub public API (no key needed, 60 req/hr unauthenticated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repo in 'owner/repo' format, or a full GitHub URL (e.g. 'torvalds/linux' or 'https://github.com/vercel/next.js'). | |
| include_release | No | If true, fetches the latest release tag and date (extra API call). Default true. |