Stats
Generated automatically at build time from the madtea repository - do not edit here. Source: docs/reference/stats.md.
CLI Commands
madtea stats
Repository or organization statistics
madtea stats contributors
Contributor stats for a repository
madtea stats issues
Issue analytics for a repository
madtea stats org
Get organization statistics
madtea stats repo
Get repository statistics
madtea stats usage
Local command usage statistics
| Flag | Type | Default | Description |
|---|---|---|---|
--html | string | Write a self-contained HTML report to this path and print the path | |
--limit | int | 20 | Maximum rows to show (0 = all) |
--since | string | Filter events since date (YYYY-MM-DD) or Go duration (e.g. 720h) |
MCP Tools
madt_stats
Repository, organization, contributor, and issue statistics.
Output schema: declared
One tool, action-dispatched. Set action to one of:
action="contributors"
Per-contributor commit counts (defaults to current repo when owner_repo is omitted).
Optional: owner_repo
action="issues"
Issue analytics: time-to-close and label distribution (defaults to current repo when owner_repo is omitted).
Optional: owner_repo
action="org"
Aggregate statistics across all repositories in an organization.
Required: org
action="repo"
Repository statistics (defaults to current repo when owner_repo is omitted).
Optional: owner_repo
Canonical source: docs/reference/stats.md in the madtea repo.