get_author_metrics
Analyze individual contributor performance by retrieving detailed metrics per author from a git repository within specified date ranges.
Instructions
Get detailed metrics per author
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 |