Developer builds free CLI tool to track GitHub Actions CI success trends over time
A developer created 'citrend', a zero-dependency command-line tool that pulls GitHub Actions workflow run history and surfaces weekly success rate trends. The tool was built after a community discussion revealed that engineers had no lightweight, local way to monitor whether their CI pipelines were improving or degrading over time. Citrend calculates metrics such as overall success rate, wasted runs, and compute time lost to failures, cancellations, and timeouts. It caches run data locally under ~/.citrend/ and requires no network call to generate reports after the initial sync. The tool is available as both an npm package and a Python package via PyPI, and works with public repositories without a GitHub token.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in