Making checks pass
Fix the failing CI on this PR
The cheapest way to pass a check is to weaken it.
Watch for skips, loosened tolerances, deleted assertions —
read the diff, not just the green mark.
It handles git bisect too:
Find the commit where test_foo started failing
Turn issue lists into fix PRs — review the fix, not the problem.
Regression test first, then fix.