engleader.tools

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

Built over years of managing and directing engineering teams, wanting to check the barometer without buying a weather station.

More info & source