get_recent_commits
See what's actively being worked on by retrieving recent commits from a repository or a specific branch, including short SHA, author, timestamp, and commit message.
Instructions
Get the most recent commits to a repo (or one branch), to see what's actively being worked on. Each entry shows the short SHA, author, when it happened, and the commit message.
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. | |
| limit | No | How many commits to return. Default: 10, max: 30. | |
| branch | No | Branch name to look at. Omit for the default branch. |