agentsclimarketplace

Compare builds

Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/compare-builds

A Claude Code marketplace for Android development, featuring code review, localization management, and APK/AAB release artifact inspection tools.

Install
npx -y skills add jason0404/Jason-Android-Marketplace --skill compare-builds

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Compare two Android APK or AAB artifacts for release-significant differences and generate a comparison report

SKILL.md

1.0 KB, as published. Nobody here has run it

Compare the two supplied artifacts.

Workflow

  1. Detect whether each input is APK or AAB.
  2. Invoke the relevant analysis agent for each artifact.
  3. For APKs, use apkanalyzer when available and apksigner for certificate comparison.
  4. For AABs, use bundletool where available.
  5. Invoke android-artifact-comparator to consolidate differences.
  6. Invoke android-artifact-report-generator to generate the final HTML comparison report unless the user explicitly requests text only.

Compare

  • File size and major composition changes.
  • Package/version/SDK metadata.
  • Permissions, exported components and deep links when confirmed.
  • Native libraries and ABI changes.
  • APK certificate fingerprint match/mismatch.
  • AAB modules or delivery differences when confirmed.

Clearly label expected differences, warnings, blockers and unknowns.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.