get_daily_summary
Generate a daily summary of your GitHub commits across all repositories you own or contribute to, providing a formatted overview of today's work activity.
Instructions
Generate a summary of today's commits authored by the authenticated GitHub user.
The tool:
Detects the authenticated GitHub user from the token.
Fetches every repository where the user is an owner, collaborator, or organisation member.
Retrieves all commits pushed since the start of today (UTC).
Filters to commits authored by the authenticated user.
Groups commits by repository.
Returns a formatted, human-readable summary.
Returns:
A dict with a single key "summary" containing the formatted text.
Example return value::
{
"summary": "> Evorgs\n\n* Simplified layout structure ...\n\n> BMS\n\n* Work in payment feature."
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||