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

FlagTypeDefaultDescription
--htmlstringWrite a self-contained HTML report to this path and print the path
--limitint20Maximum rows to show (0 = all)
--sincestringFilter 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.