Summarize Recent Commits
summarize_recent_commitsGroups recent commits by type (feature, fix, docs, refactor, chore) to provide a clear summary of changes without reading raw logs.
Instructions
Fetches commits from the last N days and groups them by type (feature/fix/docs/refactor/chore) so an agent can describe what changed without reading raw commit logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback window in days | |
| repo | Yes | Repository name, e.g. 'anthropic-sdk-python' | |
| owner | Yes | Repository owner or organization, e.g. 'anthropics' |