TestTriage
TestTriage is a web app + CI plugin that ranks your unit tests by real-world risk, so teams stop wasting time running everything and still shipping regressions. It ingests CI history (pass/fail, duration), code churn, ownership, and coverage deltas to compute a “breakage likelihood” score per test and per module. The MVP focuses on being a pragmatic dashboard and gate: it recommends a minimal, high-signal test subset for PR checks, flags flaky or slow tests with evidence, and suggests where to add or split tests based on hotspots. This is not magic: it won’t understand business logic, and it won’t fix tests for you. The value is operational—making test suites cheaper and more reliable with data you already have. Works best for mid-size codebases where CI time and intermittent failures are already slowing delivery.