get_repo_overview
Fetch an overview of a GitHub repository: stars, forks, issues, license, topics, languages, latest release, contributor count, and README preview. Use to assess a repo before exploring its code.
Instructions
Get a snapshot of one specific GitHub repo: description, stars/forks/open issues, license, topics, primary languages, latest release, approximate contributor count, and a README preview. Use this after search_github_repos to understand a specific candidate before diving into its code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repo as 'owner/name' (e.g. 'facebook/react') or a GitHub URL — usually copied straight from a search result. |