list_repos
List GitHub repositories for an organization or authenticated user, returning names, descriptions, language, stars, and open issues, sorted by most recently pushed.
Instructions
List repositories for a GitHub organisation or the authenticated user. Returns repo names, descriptions, primary language, star counts, and open issue counts sorted by most recently pushed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | GitHub organisation login. If omitted, lists repos for the authenticated user. | |
| limit | No | Maximum number of repos to return (default 20, max 100). |