Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
53
60%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/android-testing-ui/SKILL.mdThe canonical home for this skill is android-testing-ui in krutikJain/android-agent-skills
android-compose-accessibilityandroid-ui-states-validationandroid-ui-states-validation when the state matrix itself is incomplete.composeTestRule.onNodeWithText("Review blocked state").performClick()
composeTestRule.onNodeWithText("Reminder readiness").assertIsDisplayed()@Test
fun orbitTasksBoard_matchesGolden() {
composeTestRule.setContent { OrbitTasksApp() }
composeTestRule.onRoot().captureRoboImage()
}composeTestRule
.onNodeWithContentDescription("Team avatar for release readiness")
.assertIsDisplayed()cd examples/orbittasks-compose && ./gradlew :app:connectedDebugAndroidTest verifyRoborazziDebugcd examples/orbittasks-compose && ./gradlew recordRoborazziDebugpython3 scripts/eval_triggers.py --skill android-testing-uic5bf673
Canonical home
since Apr 14, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.