get_team_summary
Retrieve a comprehensive team performance summary from a git repository, covering commit statistics, velocity, and collaboration metrics within a specified date range.
Instructions
Get comprehensive team performance summary
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 |