apk-analyzer: Skill for Claude Code

.claude/skills/release-app/SKILL.md

release-app is a skill for Claude Code from MartinStyk/apk-analyzer. It costs 99 tokens per session (1,089 once invoked), scanned A, original, GPL-3.0.

A release workflow for ApkAnalyzer, a tool for analyzing Android application packages. It guides the choice of a MAJOR.MINOR.PATCH version, release notes, approval, and an annotated Git tag.

In plain words
What is it for?
Use it when releasing a new version of ApkAnalyzer, preparing release notes, or creating the version tag used by its release pipeline.
Why use it?
It provides a consistent checklist for turning completed changes into a versioned release. This reduces the chance of missing release notes, approval, or the tag that starts the release process.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is MartinStyk/apk-analyzer's own configuration. It tells Claude Code how to work on apk-analyzer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything apk-analyzer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MartinStyk/apk-analyzer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MartinStyk/apk-analyzer/develop/.claude/skills/release-app/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MartinStyk/apk-analyzer

Made for: Claude Code.

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 release-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/release-app.svg)](https://agentmods.dev/skills/martinstyk/apk-analyzer/release-app)
Your own site
<a href="https://agentmods.dev/skills/martinstyk/apk-analyzer/release-app"><img src="https://agentmods.dev/badge/skills/martinstyk/apk-analyzer/release-app.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,089 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.1 $0.00099 $0.01089
Opus 5 $0.00049 $0.00544
Sonnet 5 $0.00020 $0.00218
Haiku 4.5 $0.00010 $0.00109

Measured 6d ago against content hash 0e62c68194ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

release-app 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 6d 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.

.claude/skills/release-app/SKILL.md · 105 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 6d ago First seen · 105 lines · 99 tokens per session scan A 0e62c68194ba

Subscribe to this mod's changes

release-app is a skill published in the GitHub repository MartinStyk/apk-analyzer (356 stars, last pushed yesterday), licensed GPL-3.0. It adds 99 tokens to every session and 1,089 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

release-process

Step-by-step release checklist for Squad — prevents v0.8.22-style disasters.

dotnet/maui-labs · 20 tokens

npm-publish

Publish the create-cmp CLI to npm as the create-cmp-cli package. Use this when the user asks to "publish create-cmp to npm", "release a new version", "ship create-cmp-cli", "npm publish this", "cut a release", or wants npx create-cmp-cli to work. Runs unattended when a granular npm token is installed in the user's…

kvdm-co-pilot/create-cmp · 150 tokens

github-actions-multiplatform-release

Structure a GitHub Actions release pipeline for a multiplatform desktop app so one Linux runner cross-builds every platform's artifacts and a second, tiny macOS job does only the one step that genuinely requires macOS — with artifact handoff between them and no compilation on the costly runner; reach for it when your…

maxrave-dev/kotlin-footguns · 100 tokens

git-pr-strategy

Apply safe branching, commits, conflict resolution, review ownership, merge, rollback, and release-tag rules.

vmobifystudio/app-dev-team · 26 tokens

build-release-engineer

!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat…

buiphucminhtam/forgewright · 65 tokens

fixthis-release-smoke

Run FixThis release and trust-loop smoke checks.

beyondwin/FixThis · 16 tokens