Documentation

CTO IA

A technical output review of the team — shipments, reviews, CI status.

CTO IA

The CTO IA gives a regular read of your team's technical output, without you having to dig through GitHub by hand.

What it does

  • Team output review (e.g. every evening at 6pm) — who shipped what, pull request volume, review turnaround.
  • CI health — status of the latest deployments and workflows, failures to watch.

How it is assembled

  1. Source — the GitHub integration (github_report node), broken down by developer and by repository.
  2. Drafting — an agent turns the raw activity into a readable report.
  3. Sending — via email.send, on a scheduled cadence.

The report is built in parallel across repositories to stay fast even on a busy GitHub organization.

Adapting it to your context

  • Choose the tracked repositories and the time window.
  • Adjust what should be surfaced as a priority (blocked PRs, red CI).
  • Combine with other infrastructure signals if you expose them.