Dev Tools · 1h ago
New CLI tool citrend tracks GitHub Actions CI failure trends
A developer built citrend, a zero-dependency CLI that pulls GitHub Actions run history and computes success rates, wasted compute, and weekly trends. It reveals slow declines or sudden cliffs in CI health that GitHub's per-run view hides. The tool caches data locally and works via npx or pip.
Meridian48 take
This solves a real pain point for teams that rely on GitHub Actions but lack built-in trend analysis, though its utility depends on how many developers adopt a third-party tool for what CI platforms should offer natively.
Read the full reporting
GitHub Actions won't tell you your CI is getting worse. I built a zero-dep CLI that does. →
DEV Community
ci-cddeveloper-tools