CtrlK
BlogDocsLog inGet started
Tessl Logo

android-tooling

Configure static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates. Use when adding lint rules, configuring code quality checks, or setting up analysis as a CI gate.

57

Quality

67%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/android/android-tooling/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

35%

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

This skill provides a reasonable high-level overview of static analysis tooling for Android but critically lacks actionable, executable configuration examples (Gradle snippets, YAML configs, CLI commands). The workflow is outlined at a conceptual level but missing concrete steps and validation checkpoints needed for reliable CI/CD setup. The referenced implementation file is not present in the bundle, undermining progressive disclosure.

Suggestions

Add concrete, copy-paste-ready Gradle configuration snippets for Detekt, Ktlint (jlleitschuh plugin), and Android Lint (e.g., `lintOptions { abortOnError true }`).

Include specific CLI commands for running each tool locally and in CI (e.g., `./gradlew detekt`, `./gradlew ktlintCheck`).

Add a validation/verification step to the workflow—e.g., 'Run `./gradlew check` and confirm zero violations before merging' with error recovery guidance.

Either include the referenced `references/implementation.md` in the bundle or inline the essential configuration details directly in the skill.

DimensionReasoningScore

Conciseness

Mostly efficient but includes some unnecessary framing like 'Priority: P1' and 'Implementation Guidelines' headers that add little value. The content is relatively lean but could be tighter—e.g., the anti-patterns section restates obvious best practices.

2 / 3

Actionability

No executable code, no concrete Gradle configuration snippets, no specific commands to run. It describes what tools to use and what rules to enforce but never shows how—e.g., no detekt.yml example, no build.gradle.kts snippet for abortOnError, no ktlint plugin configuration block.

1 / 3

Workflow Clarity

There is a basic two-stage workflow (pre-commit vs pipeline) and the CI gates section provides a sequence, but there are no validation checkpoints, no error recovery steps, and no explicit commands for each stage. For CI/CD setup involving build-breaking changes, the lack of a verify-then-proceed loop is a gap.

2 / 3

Progressive Disclosure

References a separate file (references/implementation.md) for configuration details, which is good structure. However, the bundle has no files, so the reference is unverifiable and potentially broken. The single reference is also vaguely labeled—'Configuration' doesn't clearly signal what's inside.

2 / 3

Total

7

/

12

Passed

Description

100%

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

This is a strong skill description that clearly identifies its domain (Kotlin/Android static analysis), names specific tools, and provides an explicit 'Use when' clause with natural trigger terms. It is concise, uses third-person voice, and is highly distinguishable from other skills.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: configuring static analysis with named tools (Detekt, Ktlint, Android Lint), setting up CI/CD quality gates, adding lint rules, and configuring code quality checks.

3 / 3

Completeness

Clearly answers both 'what' (configure static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates) and 'when' (explicit 'Use when' clause covering adding lint rules, configuring code quality checks, or setting up analysis as a CI gate).

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Detekt', 'Ktlint', 'Android Lint', 'lint rules', 'code quality checks', 'CI gate', 'static analysis', 'CI/CD'. These cover the main terms a developer would use when seeking this functionality.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: Android/Kotlin static analysis tools (Detekt, Ktlint, Android Lint) combined with CI/CD quality gates. The named tools and specific domain make it very unlikely to conflict with other skills.

3 / 3

Total

12

/

12

Passed

Validation

81%

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

Validation9 / 11 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

9

/

11

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.