get_collaboration_metrics
Analyze team collaboration patterns in Git repositories by examining commit data between specified dates to identify development workflows and team dynamics.
Instructions
Analyze team collaboration patterns
Input Schema
TableJSON 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 |