Test Coverage Gap Finder
Reviews a PR the way a strict test reviewer would when the code looks fine but the test coverage feels shaky. It calls out missing negative and boundary tests, gaps in integration coverage, flaky test risks, and spots where implementation changed but the matching tests didn't. Returns the critical missing tests first, then useful additional ones, described as sample test cases in plain English.
Review this PR like a strict test reviewer. Identify: - missing negative tests - missing boundary tests - missing integration coverage - flaky test risks - places where implementation changed but tests did not Return: - critical missing tests - useful additional tests - sample test cases in plain English