OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add google/skills --skill google-mobile-ads-validate
Validates a project's Google Mobile Ads (GMA) SDK integration for iOS, Android, or Unity projects. Use when conducting a full pre-launch audit of an app that integrates GMA SDK or when validating any individual GMA SDK integration checks, such as when validating ad unit IDs and ad formats, SKAdNetwork IDs, mediation adapter SDK version compatibility, or ad preloading.
npx skills add google/skills --skill google-mobile-ads-validate
Validate a project's Google Mobile Ads (GMA) SDK integration either as a complete audit or for specific requested checks.
For each check, apply one of the following statuses:
Read the reference guide for each check to be performed:
references/application-id.mdreferences/ad-units.mdreferences/google-skadnetwork-ids.mdreferences/mediation-adapter-compatibility.mdreferences/ad-preloading.mdGenerate a Markdown report following the format below. ONLY include the findings for items that were actually checked.
| Check | Status | Findings | Next Steps |
|---|---|---|---|
| No test application ID is in the project, format correct | {{status_1}} | {{findings_1}} | {{next_steps_1}} |
| No test ad units are in the project, format correct | {{status_2}} | {{findings_2}} | {{next_steps_2}} |
| Implemented all Google SKAdNetwork IDs | {{status_3}} | {{findings_3}} | {{next_steps_3}} |
| Mediation adapter compatibility | {{status_4}} | {{findings_4}} | {{next_steps_4}} |
| Ad preloading validation checks | {{status_5}} | {{findings_5}} | {{next_steps_5}} |