From google-ads
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group).
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-ads:skill-004-ad-group-thematic-tightnessThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group). Loosely themed ad groups reduce ad relevance and Quality Score because ad copy cannot match all keyword intents.
Evaluate whether each ad group contains tightly themed, closely related keywords (ideally 5-20 per group). Loosely themed ad groups reduce ad relevance and Quality Score because ad copy cannot match all keyword intents.
Data Source: Standard
Standard Data:
data/account/campaigns/*/*/keywords.md - Keywords per ad groupdata/account/campaigns/*/*/ads.md - Ad copy per ad groupdata/account/campaigns/*/*/ad_group.md - Ad group settingsdata/performance/campaigns/*/*/keywords_metrics_30_days.md - Keyword performance with QSReference GAQL:
SELECT
campaign.name,
ad_group.name,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion.quality_info.quality_score
FROM keyword_view
WHERE ad_group_criterion.status = 'ENABLED'
AND segments.date DURING LAST_30_DAYS
Use /google-ads:get-custom if you need different date ranges or additional QS components.
| Condition | Severity |
|---|---|
| Keywords per ad group > 30 | Critical |
| Low thematic cohesion (multiple distinct themes) | Critical |
| Keywords per ad group < 3 | Warning |
| Ad copy doesn't match keyword themes | Warning |
| Average QS in ad group < 5 | Warning |
Use Short format by default. Use Detailed if user requests comprehensive analysis.
Short:
## Ad Group Thematic Tightness Audit
**Account:** [Name] | **Analyzed:** [X] ad groups | **Issues:** [Y]
### Critical ([Count])
- **[Ad Group]**: [X] keywords, multiple themes detected → Split into themed ad groups
### Warnings ([Count])
- **[Ad Group]**: Only [X] keywords → Merge with similar ad group or add variations
- **[Ad Group]**: Ad copy missing keyword themes → Update RSA headlines
### Recommendations
1. Split "[Ad Group]" into [X] themed groups
2. Target 10-15 keywords per ad group
Detailed adds:
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub trueclicks/claude-plugins --plugin google-ads