get_recent_commits
Fetch recent commits from GitHub repositories to track development activity. Returns commit details including SHA, message, author, date, and URL for monitoring code changes.
Instructions
Fetches recent commits either for a specific repository or across all repositories. Returns commit SHA, message, author, date, and URL. Useful for tracking recent development activity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_name | No | Optional: Name of specific repository. If omitted, fetches commits across all repos. | |
| limit | No | Maximum number of commits to return (default: 50) | |
| use_cache | No | Whether to use cached data (default: true) |