Skip to content

tga

Usage

Every tga subcommand. Run tga <command> --help for the full flag reference on any one of them.

Global options

Every subcommand accepts -c/--config (path to config.yaml, default ./config.yaml), -d/--database (path to the SQLite database, otherwise resolved from config), -v / -vv / -vvv for increasing verbosity, and --log <LEVEL> to set an exact log level.

Pipeline

CommandWhat it does
tga analyzeRun the full pipeline: collect → classify → report.
tga collectCollect commits from git repositories into the database (Stage 1).
tga classifyClassify collected commits using the four-tier cascade (Stage 2).
tga reportGenerate productivity reports from classified commits (Stage 3).

Reporting

CommandWhat it does
tga authorPer-engineer drill-down report for a single canonical identity.
tga pr-metricsAggregate pull-request metrics per engineer.
tga profileLongitudinal per-contributor quality profile.
tga doraCompute and display DORA metrics (lead time, deployment frequency, MTTR, CFR).
tga deploymentsDORA deployment-event ingestion and management.
tga incidentsDORA incident ingestion and management.
tga auditOne-shot acquisition-diligence sweep over an org or configured repo set. See the trusty-audit page.

External sync

CommandWhat it does
tga jiraJIRA status-transition and comment ingestion.
tga linearLinear bulk team issue-set sync and freshness.

Setup

CommandWhat it does
tga installInteractive configuration wizard for first-time setup.
tga aliasesList, merge, or manage developer identity aliases.
tga backfillRetroactive maintenance: re-run ticket-id extraction, effort scoring, or reachability.
tga overrideManage manual classification overrides (Tier 0 of the cascade).
tga rulesIntrospect or validate the active classification rule set.
tga inspectShow the live database schema, or attest what it holds.
tga configManage inference provider configuration (API keys).

Other

CommandWhat it does
tga tuiInteractive terminal UI: repo picker, live progress, correlation results.

tga

Developer productivity analytics from git history. MIT licensed. Previously part of the trusty-tools monorepo; this is its own repository now.

© 2026 · MIT · github.com/bobmatnyc/trusty-git-analytics