Test-Coverage Review
List the untested edge cases in a diff, then write the tests that would catch them.
Intermediate1 min read
Prompt
Look at the new code in this diff and list the edge cases that have no test.
For each, write the test that would catch a regression.
Run the suite after adding them and show me the results.