MartinStyk

29 mods across 1 repository, 352 stars between them.

bug-reviewer

01

MartinStyk/apk-analyzer

Agent Claude Code

Diff-only logic-bug reviewer for Kotlin/Android. Flags compile errors, null-safety regressions, off-by-one errors, swapped arguments, broken control flow, race conditions, resource leaks, and behavior that contradicts the function name. Read-only; emits structured JSON.

352 2d ago A 59 tokens GPL-3.0

convention-reviewer

02

MartinStyk/apk-analyzer

Agent Claude Code

Convention compliance reviewer grounded in ApkAnalyzer's AGENTS.md files and docs/engineering/ conventions. Cites the exact rule it's enforcing. Never invents conventions.

352 2d ago A 37 tokens GPL-3.0

issue-validator

03

MartinStyk/apk-analyzer

Agent Claude Code

Validates a single issue raised by a reviewer leaf. Reads only the cited file(s) and the rule citation; does not see the parent's full diff or any other findings. Returns YES/NO + confidence.

352 2d ago A 45 tokens GPL-3.0

security-reviewer

04

MartinStyk/apk-analyzer

Agent Claude Code

Combined security + behavior-deviation reviewer for ApkAnalyzer. Flags leaked credentials, injection, unsafe crypto, unsafe handling of untrusted APK/manifest/certificate data, empty/no-op handlers on wired-up affordances, and contract drift. Read-only.

352 2d ago A 53 tokens GPL-3.0

skip-checker

05

MartinStyk/apk-analyzer

Agent Claude Code

Fast classifier that decides whether a diff qualifies for an automatic SKIP verdict in /verify. Returns YES for doc-only edits, version-catalog version bumps, lock-file/generated-file changes; NO for anything that compiles or runs.

352 2d ago A 50 tokens GPL-3.0

verify-audit

06

MartinStyk/apk-analyzer

Agent Claude Code

Linter pass over a /verify report. Receives the report path and emits one enumerated audit row per finding with a verdict (KEEP, CUT, UNSURE), the trigger that fired, and a one-line reason. Verifies each finding's evidence against the actual code, git state, or AGENTS.md where it can. Runs as the last stage of…

352 2d ago A 88 tokens GPL-3.0

analyze-ci-failure

07

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to check GitHub Actions build status or diagnose why a workflow run failed and propose a fix. Triggered by phrases like "check the latest build", "did CI pass", "why did the build fail", "check the GitHub Actions run", "analyze this workflow run", "check run ", "check the build for this PR".

352 2d ago A 78 tokens GPL-3.0

appfunctions

08

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when discovering, implementing, documenting, or testing Android App Functions (androidx.appfunctions) that expose app capabilities to on-device AI agents like Gemini. Triggered by phrases like "add an app function", "implement AppFunctions", "expose this as an app function", "discover app function candidates"…

352 2d ago A 98 tokens GPL-3.0

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to record or convert ApkAnalyzer app flows into screenshots or GIFs for the README or product docs. Triggered by phrases like "add screenshots", "convert videos to gifs", "record a gif of this flow", "capture app screenshots", "update the README screenshots", "make a demo gif".

352 2d ago A 66 tokens GPL-3.0

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when creating a new reusable Compose UI component that should live in core:ui-library. Triggered by phrases like "add UI component", "create component", "add reusable composable", "new composable component", "create a card", "create a button variant", "add to ui library".

352 2d ago A 65 tokens GPL-3.0

create-core-module

11

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when creating a new core or shared library module for domain logic, data access, repositories, managers, or utilities. Triggered by phrases like "create core module", "add repository", "new data layer", "create shared module", "add manager".

352 2d ago A 56 tokens GPL-3.0

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when creating a new feature module, screen, or feature area. Triggered by phrases like "create feature", "add feature module", "new feature", "create a screen for", "add new screen".

352 2d ago A 47 tokens GPL-3.0

fix-crash

13

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to fix a specific production crash or non-fatal — pulling its Crashlytics data, finding the linked GitHub issue, root-causing it, reproducing it, fixing it, and verifying the fix without breaking stored-data compatibility. Triggered by phrases like "fix this crash", "fix issue.

352 2d ago A 65 tokens GPL-3.0

git-commit-author

14

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use whenever creating a git commit in this repo. Commits must always be authored as the human user only — never as Claude, never with a Claude/AI co-author trailer. Triggered by any commit creation in this repository.

352 2d ago A 51 tokens GPL-3.0

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when adding a new screen destination to a feature, wiring navigation between screens, implementing an entry provider, or connecting NavKeys. Triggered by phrases like "navigate to", "add screen to feature", "wire navigation", "entry provider", "add destination", "navigate from X to Y".

352 2d ago A 63 tokens GPL-3.0

navigate-app-adb

16

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to drive ApkAnalyzer's UI on a connected device/emulator via adb — dumping the screen, finding a tappable element by its visible text or content description, and tapping it — to inspect or verify a change without a human touching the device. Triggered by phrases like "navigate to X screen", "tap through the app"…

352 2d ago A 101 tokens GPL-3.0

release-app

17

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to cut a release of ApkAnalyzer — pick the MAJOR.MINOR.PATCH version, draft release notes, get them approved, and create the annotated tag that drives the release pipeline. Triggered by phrases like "release the app", "cut a release", "ship 3.6.0", "tag a release", "make a new version", "release notes for the next…

352 2d ago A 99 tokens GPL-3.0

run-app

18

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to build, install, and launch ApkAnalyzer on a connected device or emulator, or to verify a code change actually works at runtime rather than just compiling. Triggered by phrases like "run the app", "install on device", "launch the app", "try it on my phone", "deploy to device", "see if this works", "run it".

352 2d ago A 77 tokens GPL-3.0

setup-local-tools

19

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when setting up a new machine for this repo, checking whether required tools (gh, JDK, Android SDK, Firebase CLI) are installed and authenticated. Triggered by phrases like "set up my environment", "what do I need to install", "onboard me on this repo", "check my dev tools", "set up the firebase cli", "set up gh…

352 2d ago D 94 tokens GPL-3.0

spotless-fix

20

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when fixing code formatting errors, ktlint violations, or style issues. Run after generating or modifying Kotlin files. Triggered by phrases like "fix formatting", "spotless", "ktlint error", "formatting violation", "fix code style", "run spotless".

352 2d ago A 60 tokens GPL-3.0

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Maintain the Apk Analyzer Play Store screenshot carousel templates (docs/store/graphics/carouseltemplate.html and carouseltemplatedark.html) and export their frames as upload-ready PNGs (docs/store/graphics/phone-screenshots/day and night). Covers two independent workflows — editing (swap in new screenshots after a UI…

352 2d ago A 159 tokens GPL-3.0

sync-design-changes

22

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when translating tweaks made in the "Apk Analyzer Design System" Claude Design project (claude.ai/design) back into actual Kotlin/Compose code in this repo. Triggered by phrases like "sync design changes", "bring in the Claude Design edits", "implement what I changed in Claude Design", "apply the design tweaks"…

352 2d ago A 80 tokens GPL-3.0

translate-strings

23

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use when adding a new user-facing string, changing existing English copy, or adding/auditing a locale's strings.xml translations. Triggered by phrases like "translate strings", "add translation", "update translations", "localize this screen", "add a new language", "sync locale strings", "translate to ".

352 2d ago A 70 tokens GPL-3.0

triage-crashes

24

MartinStyk/apk-analyzer

Skill Claude CodeCodex

Use to review production Crashlytics crashes and non-fatals for the latest release and file a GitHub issue for each one that isn't tracked yet. Triggered by phrases like "triage crashes", "check production crashes", "look at Crashlytics", "any new crashes", "review non-fatals", "file issues for the latest release…

352 2d ago A 84 tokens GPL-3.0