get_commit_patterns
Analyze commit frequency patterns by day and hour to identify peak development times and trends, enabling teams to optimize workflow and detect anomalies.
Instructions
Analyze commit frequency patterns by day and hour
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to git repository | |
| since | Yes | Start date (YYYY-MM-DD) | |
| until | No | End date (YYYY-MM-DD), optional |