一键导入
android-testing-ui
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automate Android CI, versioning, signing boundaries, release channels, and Play-ready delivery workflows.
Use Coil in Jetpack Compose with AsyncImage, painter variants, sizing, and accessible image loading patterns.
Make Compose interfaces accessible with semantics, announcements, contrast, focus order, and adaptive touch targets.
Profile and improve Compose recomposition, layout, scrolling, startup, and rendering performance in Android apps.
Manage Compose state, remember APIs, side effects, snapshots, and lifecycle-aware collection without leaks or loops.
Bridge Compose and the View system safely during incremental migrations, interoperability screens, and shared theming.
| name | android-testing-ui |
| description | Validate Android UI behavior with Compose UI tests, Espresso-style checks, screenshot assertions, and accessibility verification. |
| metadata | {"version":"0.1.0","category":"quality-release","tags":["android","testing","ui-tests","instrumentation","screenshot"],"triggers":{"include":["android ui test","compose ui test screen","espresso validation android","instrumentation test android flow","accessibility assertions android ui","roborazzi screenshot test android","visual regression android ui","android-testing-ui skill","screenshot baseline verification in compose","verify roborazzi baseline android"],"exclude":["gradle version conflict","room dao only","release version tag","loading empty error flow","state matrix before release"]},"owners":["@android-agent-skills/maintainers"],"test_targets":["examples/orbittasks-compose","examples/orbittasks-xml","benchmarks/triggers.jsonl"]} |
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-ui