Commit Patterns
commit_patternsAnalyze team commit patterns including day-of-week and hour-of-day distribution, commit size, and weekly velocity to reveal work habits like weekend deployments or declining activity.
Instructions
Analyze when and how the team commits — day-of-week distribution, hour-of-day heatmap, commit size breakdown, and weekly velocity trends. Reveals work patterns like weekend deployments, late-night hotfixes, or declining commit velocity. NOTE: If the server was not started inside a git repo, you MUST provide repo_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back (default: 90) | |
| author | No | Filter to a specific author (exact match on name) | |
| repo_path | No | Absolute path to the git repository to analyze. Required if Claude Code was not opened in a git repo. |