一键导入
skill-038-spelling-editorial-error-detection
Scan all ad copy for spelling mistakes, grammar errors, excessive punctuation, and capitalization violations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan all ad copy for spelling mistakes, grammar errors, excessive punctuation, and capitalization violations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify that Search, Display, Shopping, Video, and Performance Max campaigns are never mixed in ways that compromise optimization signals.
Ensure branded and non-branded keywords live in separate campaigns with independent budgets and targets.
Audit naming conventions across all campaigns, ad groups, and labels for a standardized taxonomy.
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group).
Segment and analyze Search Partners performance separately from Google Search.
Check whether Search campaigns have inadvertently opted into the Google Display Network.
| name | skill-038-spelling-editorial-error-detection |
| description | Scan all ad copy for spelling mistakes, grammar errors, excessive punctuation, and capitalization violations. |
| allowed-tools | Read, Grep, Glob |
Editorial errors trigger ad disapprovals and damage brand credibility, reducing CTR and user trust. This skill scans all ad copy for spelling mistakes, grammar errors, excessive punctuation, and capitalization violations before they cause policy issues.
Data Source: Standard
Standard Data:
data/account/campaigns/*/*/ads.md - RSA headlines and descriptionsReference GAQL:
SELECT
campaign.name,
ad_group.name,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.ad.final_urls,
ad_group_ad.policy_summary.approval_status
FROM ad_group_ad
WHERE ad_group_ad.status != 'REMOVED'
AND campaign.status = 'ENABLED'
Use /google-ads:get-custom if you need policy details for already-flagged ads.
| Condition | Severity |
|---|---|
| Spelling error in ad | Critical |
| Multiple exclamation marks (>1) | Critical |
| ALL CAPS word | Warning |
| Grammar error | Warning |
| Repeated punctuation | Warning |
Short (default):
## Editorial Error Audit
**Account:** [Name] | **Ads Scanned:** [X] | **Errors:** [Y]
### Critical ([Count])
- **[Campaign] / [Ad Group]**: Headline "[text]" -> Spelling: "[error]" fix to "[correct]"
- **[Campaign] / [Ad Group]**: Description "[text]" -> Excessive punctuation "!!!" fix to "!"
### Warnings ([Count])
- **[Campaign] / [Ad Group]**: ALL CAPS "[FREE SHIPPING]" -> "Free Shipping"
### Error Summary
| Error Type | Count | Examples |
|------------|-------|----------|
| Spelling | X | "recieve", "seperate" |
| Punctuation | X | "Buy Now!!!" |
| Capitalization | X | "FREE", "BEST" |
### Recommendations
1. [Priority action]
Detailed adds: