finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
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
$ npx -y skills add google/skills --skill google-mobile-ads-validate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/google-mobile-ads-validateContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: google-mobile-ads-validate description: >- 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. metadata: version: 1.0.0 category: GoogleAds
Validate a project's Google Mobile Ads (GMA) SDK integration either as a complete audit or for specific requested checks.
evaluate all checklist items.
(e.g., ad preloading), evaluate only the relevant check(s) without running the entire checklist.
For each check, apply one of the following statuses:
respective status are met.
Read the reference guide for each check to be performed:
`references/application-id.md`
`references/ad-units.md`
`references/google-skadnetwork-ids.md`
`references/mediation-adapter-compatibility.md`
Generate 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}} |
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…