Agent Skills
› google/skills
› google-mobile-ads-validate
google-mobile-ads-validate
GitHub用于验证Google Mobile Ads SDK在iOS、Android或Unity项目中的集成合规性,支持全面审计或特定检查(如广告单元ID、SKAdNetwork等),并生成包含状态和后续步骤的Markdown报告。
触发场景
需要验证GMA SDK集成完整性
检查广告单元ID格式
确认SKAdNetwork ID配置
审核中介适配器兼容性
安装
npx skills add google/skills --skill google-mobile-ads-validate -g -y
SKILL.md
Frontmatter
{
"name": "google-mobile-ads-validate",
"metadata": {
"version": "1.0.0",
"category": "GoogleAds"
},
"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."
}
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}} |
版本历史
- b84e72f 当前 2026-09-03 01:25


