A collection of bash scripts for engineering delivery health metrics using the GitHub API. DORA metrics, PR review dynamics, code churn, contributor patterns, and dependency health --- from your terminal. Installable as a unified CLI via Homebrew and Scoop, or pick and choose individual scripts.
No SaaS, no dependencies beyond gh and jq, no data leaving your machine.
Clone and keep the parts you like or install with Hombrew (or Scoop) and forget
about it:
brew tap georgemandis/tap && brew install eng-leader-tools
eng lead-time my-org/my-repo
eng review-time my-org/my-repo 50
eng change-failure-rate my-org/my-repo 30
eng code-churn my-org/my-repo 30 3
It now also ships an MCP server, so AI agents like Claude Code and Cursor can query the metrics directly:
eng mcp install # wire the server into your AI agent
Then just ask — “What's our lead time on acme-corp/api this month?” or “Which open PRs are going stale?”
Built over years of managing and directing engineering teams, wanting to check the barometer without buying a weather station.