con un clic
android-testing
Standards for Unit Tests, UI Tests (Compose), and Hilt Integration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Standards for Unit Tests, UI Tests (Compose), and Hilt Integration
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
| name | Android Testing |
| description | Standards for Unit Tests, UI Tests (Compose), and Hilt Integration |
| metadata | {"labels":["android","testing","junit","compose-test"],"triggers":{"files":["**/*Test.kt","**/*Rule.kt"],"keywords":["@Test","runTest","composeTestRule"]}} |
runTest (kotlinx-coroutines-test). Use MainDispatcherRule to mock Main dispatcher.createAndroidComposeRule + Hilt (HiltAndroidRule).@TestInstallIn).**No Real APIs**: Always mock network calls.**No Thread.sleep**: Use IdlingResource or 'waitUntil'.