play-policy-insights

Audit Android apps against Google Play policies and generate compliance reports.

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/IsKenKenYa/skills --skill play-policy-insights-iskenkenya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: play-policy-insights
Source: https://github.com/IsKenKenYa/skills/tree/main/skills/android/play/play-policy-insights
Command: npx skills add https://github.com/IsKenKenYa/skills --skill play-policy-insights-iskenkenya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about play-policy-insights

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Android app for Google Play policy violations before submission?

Run the audit against your app directory; the orchestrator script performs static analysis, identifies audit goals, and generates a compliance report covering permissions, data safety, and account identity policies with remediation steps.

What Google Play policy domains does this Android audit cover?

It covers three domains: Permissions and APIs Hygiene (exact alarms, foreground services, accessibility, location, contacts, media, SMS), User Account and Identity, and Data Safety and Privacy including prominent disclosure verification.

Does the audit work without sub-agent delegation support?

Yes. If the environment lacks sub-agent delegation tools, it falls back to Mode B sequential self-execution, where the agent reads the generated worker and critic prompt files and writes the expected JSON outputs itself.

How does the audit avoid false positives in policy findings?

A critic review phase verifies each worker finding against source code evidence, pruning unsupported claims and downgrading ambiguous findings to suggestions. It presumes compliance unless definitive file and line evidence exists.

What output does the Play policy audit generate?

It generates a compliance_report.md file in a scratch directory, containing an overall compliance status, severity-rated policy risk cards, Data Safety declaration discrepancies, and a personalized remediation checklist.