Compare builds
Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/compare-builds
Compare two Android APK or AAB artifacts for release-significant differences and generate a comparison reportFrom its SKILL.md
npx -y skills add jason0404/Jason-Android-Marketplace --skill compare-buildsAssembled 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.
SKILL.md
1.0 KB, 177 tokens by cl100k_base, as published. Nobody here has run it
Compare the two supplied artifacts.
Workflow
- Detect whether each input is APK or AAB.
- Invoke the relevant analysis agent for each artifact.
- For APKs, use
apkanalyzerwhen available andapksignerfor certificate comparison. - For AABs, use
bundletoolwhere available. - Invoke
android-artifact-comparatorto consolidate differences. - Invoke
android-artifact-report-generatorto 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.