Android banner
BakerVentures BakerVentures

Android

Testing community

Description

--- name: android description: Google Play-only rejection-risk scan (Data safety, permissions, target API, testing gate). --- Run a ShipCheck review restricted to Google Play. Follow `${CLAUDE_PLUGIN_ROOT}/skills/shipcheck/SKILL.md`, but pass `--platform android` to `scan.py` and limit judgment checks to the Play sections: Data safety vs declared permissions, prominent disclosure, sensitive permission declarations, target API level, foreground service types, account deletion (including the web

Installation

Installs to ~/.claude/skills/bakerventures-shipcheck-android/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bakerventures-shipcheck-android && curl -fsSL https://raw.githubusercontent.com/BakerVentures/shipcheck/HEAD/commands/android.md -o ~/.claude/skills/bakerventures-shipcheck-android/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository