Sdk integration check
Skill jason0404/Jason-Android-Marketplace/plugins/android-review/skills/sdk-integration-check
A Claude Code marketplace for Android development, featuring code review, localization management, and APK/AAB release artifact inspection tools.
npx -y skills add jason0404/Jason-Android-Marketplace --skill sdk-integration-checkAssembled 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
Review Android Firebase, Braze, AppsFlyer and deep-link integration for configuration and lifecycle problems
SKILL.md
1.0 KB, as published. Nobody here has run it
Review Android third-party SDK and navigation integration code, focusing on Firebase Cloud Messaging, Braze, AppsFlyer, Android App Links and custom URI schemes.
Check
- Token registration flow, user association, environment endpoint and initialization ordering.
- Manifest metadata, intent filters, schemes/hosts and assetlinks-related configuration.
- Deep-link parameter validation, routing correctness and unsafe external URI handling.
- Lifecycle-related observer, receiver or callback cleanup.
- Debug versus release and flavour-specific configuration leakage.
- Logging of tokens, identifiers or sensitive payload data.
Output
Provide:
- Integration scope found.
- Confirmed issues with evidence and severity.
- Configuration verification steps.
- Suggested Kotlin or manifest patch snippets only where needed.