fetch_github_repos
Retrieve any GitHub user's public profile and all repositories with stars, language, and dates to ground resume advice in real activity.
Instructions
Fetch a GitHub user's public profile and repositories.
Use this to ground resume advice in someone's real GitHub activity: it returns their profile summary plus every public repo with stars, primary language, and creation / last-push dates. Handles users with no public repositories gracefully.
Args: username: The GitHub login to look up (e.g. "octocat").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |