Skip to content

Operating-theatre

Read any public repo as if you were the new CTO.

Paste a GitHub URL. The page extracts a small set of signals from the commit log, writes a paragraph about the last 90 days, and lists three questions a fractional CTO would actually ask the team this week.

Window: 90 days. No credentials taken. Result cached for 6 hours.

Try one of these

anthropics/anthropic-cookbook openai/openai-python vercel/next.js django/django

How this works

The page calls a small Lambda that pulls the commit log via GitHub's public API. Signals are derived in code: which file is the hot zone, which kind of commit dominates, which contributors moved, when work landed, and whether there is a coordination smell hiding in a config or registry file. No LLM. No model. The judgement is encoded in the rules and is the same every time you run it.

What it measures:

It does not clone the repo, does not run code, does not read your credentials. Public commits API only. Rate-limited per IP. Results cached for six hours.