android-ui-regression-checker
Installation
SKILL.md
Android UI Regression Checker
Purpose
Use this skill for:
- layout breakage
- overlapping/truncated UI
- click targets not working
- dark mode defects
- screen adaptation issues
- RecyclerView flicker
- Compose recomposition or state rendering issues
- visual regressions after refactor
Goals
- identify whether the bug is layout, state, rendering, adapter, or interaction related
- find the narrowest UI change needed
- assess regression risk across screen sizes, themes, and locales
- recommend validation and screenshot/UI tests