Android Instrumentation Gaps. Use this skill whenever diffs may introduce testing issues on mobile, especially in Kotlin, Java. Actively look for: Database migrations untested, missing Robolectric for unit tests, no integration tests. and report findings with medium severity expectations and actionable fixes.
testingmediummobileKotlin, JavaDatabase migrations untested, missing Robolectric for unit tests, no integration tests.
// BUGGY CODE — should be detected
Expected finding: Medium — Database migrations untested, missing Robolectric for unit tests, no integration...
// BUGGY CODE — should be detected
Expected finding: Medium — Similar issue in different context.
// CORRECT CODE — should NOT be flagged
Why it's correct: Follows best practices and handles edge cases properly.