Full artifact report
Skill jason0404/Jason-Android-Marketplace/plugins/android-artifact-inspector/skills/full-artifact-report
Run a full APK or AAB release artifact audit and generate a styled standalone HTML report as the final deliverableFrom its SKILL.md
npx -y skills add jason0404/Jason-Android-Marketplace --skill full-artifact-reportAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things 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.
- runs commandsInstructs the agent to run 5 commands, including `invoke android-apk-analyzer` and 4 more.
SKILL.md
1.0 KB, 183 tokens by cl100k_base, as published. Nobody here has run it
Perform a complete release-artifact audit.
Workflow
- Identify artifact type(s) and the user's requested comparison/release context.
- For APK files invoke
android-apk-analyzerandandroid-apk-signing-verifier. - For AAB files invoke
android-aab-analyzer, usingbundletoolwhere available. - For multiple files invoke
android-artifact-comparator. - Consolidate evidence-backed findings and determine result:
PASS,PASS WITH WARNINGS,BLOCK RELEASE, orINCOMPLETE VERIFICATION. - Mandatory final step: invoke
android-artifact-report-generator, writing a standalone HTML report underandroid-artifact-reports/.
Rules
- Do not install or execute supplied artifacts.
- Do not overwrite artifacts.
- Do not claim a tool result that was not obtained.
- Redact any sensitive values encountered.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.