What problem does it solve? Submitting an Android app to Google Play risks rejection or account suspension when code silently violates policies on permissions, data safety declarations, or restricted APIs. This Skill automates a pre-submission audit so developers can find and fix compliance gaps before review. ## Core Features & Use Cases - Static Policy Audit: Cross-checks static code analysis against Play Store declarations across three domains: Permissions and APIs Hygiene, User Account and Identity, and Data Safety and Privacy. - Deterministic Compliance Report: Orchestrates worker and critic sub-agents (or sequential self-execution) to verify findings, prune false positives, and produce a Markdown compliance report with severity ratings and remediation checklists. - Use Case: Before uploading a new release, run the audit on your app directory to detect undeclared data collection, unjustified restricted permissions like MANAGE_EXTERNAL_STORAGE or background location, and Data Safety label mismatches. ## Quick Start Audit my Android app in the current project directory for Google Play policy compliance and generate the compliance report.