verify-android-change

verify-android-change is a skill for Claude Code, Codex from ashtanko/compose-android-template. It costs 61 tokens per session (534 once invoked), scanned A, original, MIT.

An Android and Kotlin change-checking workflow that chooses tests and other validations based on what files and behavior changed.

In plain words
What is it for?
Use it after changing Kotlin, Jetpack Compose UI, Gradle files, resources, scripts, tests, dependencies, screenshots, benchmarks, or project guidance.
Why use it?
It helps avoid both under-testing important changes and wasting time running every possible check for a small edit.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ashtanko/compose-android-template/verify-android-change
Any agent
npx skills add ashtanko/compose-android-template --skill verify-android-change
Clone the repo
git clone --depth 1 https://github.com/ashtanko/compose-android-template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for verify-android-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/ashtanko/compose-android-template/verify-android-change.svg)](https://agentmods.dev/skills/ashtanko/compose-android-template/verify-android-change)
Your own site
<a href="https://agentmods.dev/skills/ashtanko/compose-android-template/verify-android-change"><img src="https://agentmods.dev/badge/skills/ashtanko/compose-android-template/verify-android-change.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 534 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00061 $0.00534
Opus 5 $0.00030 $0.00267
Sonnet 5 $0.00012 $0.00107
Haiku 4.5 $0.00006 $0.00053

Measured 4d ago against content hash 91cde4294f83, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

verify-android-change scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/verify-android-change/SKILL.md · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Verify Android Change

Validate the behavior that changed first, then expand only as risk and scope justify. Read ../../reference/commands.md for the command matrix.

Workflow

  1. Inspect git status --short, the relevant diff, untracked files in scope, and the affected module build files. Separate pre-existing user work from the current change.
  2. Map changed files to behavior and Gradle modules. Account for downstream modules when public APIs, convention plugins, the version catalog, or shared resources changed.
  3. Run the narrowest deterministic check:
    • documentation: verify local links, paths, and command examples;
    • shell: bash -n and a supported dry run;
    • JVM logic: the owning module's test task, narrowed with --tests while iterating;
    • Android logic or Compose state: the owning module's testDebugUnitTest task;
    • localized text resources: make localization-check;
    • resources, manifest, or Android configuration: the owning module's lintDebug or assemble task.
  4. Run ./gradlew spotlessCheck for Kotlin or Gradle Kotlin DSL changes. Run Detekt and Android lint when production code or build configuration changed.
  5. Broaden to make verify for shared build logic, dependency changes, public API changes, or pre-PR verification.
  6. Recheck the diff after any formatter, generator, baseline task, or build that may produce tracked files.
  7. Report the exact commands and outcomes. Explain skipped device, screenshot, benchmark, or environment-dependent checks.

Visual and baseline changes

  • Verify screenshots when UI output changed and screenshot coverage exists.
  • Never update screenshot goldens, dependency-guard baselines, lint baselines, or baseline profiles merely to make a check pass.
  • Review every generated artifact when an intentional baseline update is part of the request.

Failure handling

  • Read the first actionable failure and distinguish a source defect from a missing SDK, unavailable device, network problem, or pre-existing unrelated failure.
  • Fix implementation failures that are in scope, then rerun the narrow check before the broad suite.
  • Do not hide failures with exclusions, relaxed rules, or regenerated baselines unless the task explicitly changes that policy.

Read the full file on GitHub · 37 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 37 lines · 61 tokens per session scan A 91cde4294f83

Subscribe to this mod's changes

verify-android-change is a skill published in the GitHub repository ashtanko/compose-android-template (10 stars, last pushed today), licensed MIT. It adds 61 tokens to every session and 534 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

sceneview

Build 3D and AR apps with the SceneView SDK in Jetpack Compose, SwiftUI (iOS/macOS/visionOS via SceneViewSwift), Web (Filament.js), Flutter and React Native. Use whenever the user asks for "3D in Compose", "AR with ARCore in Compose", a model viewer, or any cross-platform 3D/AR app where the dependency is…

sceneview/sceneview · 156 tokens

sceneview-ios

Build 3D and AR apps on Apple platforms (iOS, macOS, visionOS) with SceneViewSwift — the SwiftUI wrapper around RealityKit. Use whenever the user asks for "3D in SwiftUI", "AR with ARKit in SwiftUI", a model viewer for iOS, or any Apple-platform 3D/AR app where the dependency is the SceneViewSwift Swift Package from…

sceneview/sceneview · 148 tokens

compose-animations

Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.

chrisbanes/skills · 64 tokens

compose-focus-navigation

Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.

chrisbanes/skills · 41 tokens

compose-state-and-effects

Use when writing or reviewing Jetpack Compose state ownership, remember state, state hoisting, screen state holders, LaunchedEffect, DisposableEffect, SideEffect, Flow collection, navigation, snackbar, analytics, or focus requests.

chrisbanes/skills · 50 tokens

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens