SkillAgentSearch skills...

google-mobile-ads-validate

Validates a project's Google Mobile Ads (GMA) SDK integration for iOS, Android, or Unity projects

Install / Use

npx skills add google/skills --skill google-mobile-ads-validate

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

73/100

Category

Marketing

Supported Platforms

Universal

Tags

Our assessment of google-mobile-ads-validate

google-mobile-ads-validate scores 73/100 on our quality scale, 199th of 219 Marketing skills we index.

Its SKILL.md is 2.4 KB long, split into 4 sections and no code examples: moderately detailed.

With 20,340 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
8/20
Description
12/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so google-mobile-ads-validate is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

google-mobile-ads-validate compared with similar skills

All 4 of these similar skills score higher than google-mobile-ads-validate; compare them before choosing.

SkillScoreStarsUpdatedFormat
google-mobile-ads-validate (this skill)by google7320.3k3d agoSKILL.md
algorithmic-artby anthropics100177.9k4d agoSKILL.md
pptxby anthropics100177.9k4d agoSKILL.md
designby nextlevelbuilder100130.2k5d agoSKILL.md
ui-ux-pro-maxby nextlevelbuilder100130.2k5d agoSKILL.md

Frequently asked questions

How do I install google-mobile-ads-validate?
Run npx skills add google/skills --skill google-mobile-ads-validate. The install tabs above show the steps for each supported agent.
Which AI agents does google-mobile-ads-validate work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is google-mobile-ads-validate safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is google-mobile-ads-validate still maintained?
The repository was last updated 3 days ago, so google-mobile-ads-validate is actively maintained.

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 Google Mobile Ads SDK Integration

Validate a project's Google Mobile Ads (GMA) SDK integration either as a complete audit or for specific requested checks.

  • Full Audit: If the user requests a general validation or full audit, evaluate all checklist items.
  • Specific Checks: If the user asks to validate only a specific area (e.g., ad preloading), evaluate only the relevant check(s) without running the entire checklist.

Scoring Rules

For each check, apply one of the following statuses:

  • Pass: None of the Warning, Fail, or N/A criteria are met.
  • Warning, Fail, or N/A: The conditions described under each respective status are met.

Validation Checklist

Read the reference guide for each check to be performed:

  • No test application ID is in the project, format correct: references/application-id.md
  • No test ad units are in the project, format correct: references/ad-units.md
  • Implemented all Google SKAdNetwork IDs: references/google-skadnetwork-ids.md
  • Mediation adapter compatibility: references/mediation-adapter-compatibility.md
  • Ad preloading validation checks: references/ad-preloading.md

Final Output

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}} |

Related Skills

View on GitHub
GitHub Stars20.3k
CategoryMarketing
Updated3d ago
Forks1.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions