CtrlK
BlogDocsLog inGet started
Tessl Logo

android-testing

Write Android unit, Compose UI, and Hilt-integrated tests. Use when designing test behavior with MockK or coroutine test utilities; defer database/WorkManager-specific recipes to the owning feature skill.

65

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/android/android-testing/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is admirably concise and well-structured with a real, one-level-deep reference holding executable code, but it relies on the bundle for actionability and lacks an explicit test-writing workflow with validation checkpoints.

Suggestions

Add a short inline runnable snippet (e.g. a MainDispatcherRule + runTest ViewModel test skeleton) so the body is actionable without opening the reference.

Provide a brief sequenced workflow for writing a test (arrange state → run under runTest/MainDispatcherRule → assert via composeTestRule.onNodeWithTag) with a verification/checkpoint step.

Make the reference link more prominent and labeled (e.g. 'See [Test Rules](references/implementation.md) for runnable MainDispatcherRule and Compose/Hilt rule scaffolding.') to strengthen navigation signaling.

DimensionReasoningScore

Conciseness

The body is lean — short bulleted scope/library/isolation lists with no padding or explanations of concepts Claude already knows; every line earns its place.

5 / 5

Actionability

The body names tools (runTest, MainDispatcherRule, createAndroidComposeRule, @TestInstallIn) but the concrete executable code lives in the bundled reference; inline guidance is high-level hints rather than copy-paste-ready examples.

3 / 5

Workflow Clarity

Guidelines are organized by test type with anti-patterns, but there is no sequenced workflow nor validation/verification checkpoint for what are batch/risky test-setup operations; sequence is implied rather than explicit.

3 / 5

Progressive Disclosure

A clear overview structure (Unit/UI/Anti-Patterns/References) with one well-signaled one-level-deep reference to references/implementation.md that exists and holds the executable code; minor gap is that the single link is somewhat buried at the end.

4 / 5

Total

15

/

20

Passed

Description

86%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, complete, and clearly signals both capability and trigger conditions with a thoughtful scope boundary. It is concise without fluff and uses appropriate third-person voice.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Write Android unit, Compose UI, and Hilt-integrated tests' with specific tools (MockK, coroutine test utilities) and an explicit boundary (defer database/WorkManager recipes), giving comprehensive coverage.

5 / 5

Completeness

Explicitly answers both 'what' (write unit/Compose UI/Hilt tests with MockK and coroutine test utilities) and 'when' ('Use when designing test behavior with MockK or coroutine test utilities'), with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural terms like 'unit tests', 'Compose UI', 'Hilt', and 'MockK' map to what users say, and the metadata adds @Test/runTest/composeTestRule keywords, but a few common phrasings (e.g. 'Espresso', 'instrumented tests', 'UI tests') are missing.

4 / 5

Distinctiveness Conflict Risk

The Android-testing niche with MockK/Hilt/Compose triggers is mostly distinct, and the explicit deferral of database/WorkManager recipes signals boundaries; minor overlap remains with broader 'android' or instrumentation skills.

4 / 5

Total

18

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
HoangNguyen0403/agent-skills-standard
Reviewed

Table of Contents

Is this your skill?

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.