Triage CI Failure Overview Systematic workflow for triaging and fixing test failures in CI, especially flaky tests that pass locally but fail in CI. Tests that made it to are usually flaky due to timing, bundling, or environment differences. CRITICAL RULE: You MUST run the reproduction workflow before proposing any fixes. No exceptions. When to Use - CI test fails on branch after PR was merged - Test passes locally but fails in CI - Test failure labeled as "flaky" or intermittent - E2E or integration test timing out in CI only - User provides a PR URL/number with failing checks PR-Based Workf…