google-ads-quality-score-diagnosis

google-ads-quality-score-diagnosis is a skill for Claude Code, Codex from swan-gtm/gtm-skills. It costs 94 tokens per session (776 once invoked), scanned A, original, MIT.

A diagnosis method for low Google Ads Quality Score and high click costs. Quality Score is a Google keyword signal used to diagnose expected click-through rate, ad relevance, and landing-page experience.

In plain words
What is it for?
It helps explain why ads may not show, diagnose expected CTR, ad relevance, and landing-page problems, and produce a spend-weighted list of fixes.
Why use it?
It prevents teams from treating the score itself as the goal. It links each weak component to a different likely cause and prioritises fixes for keywords spending the most money.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps explain why ads may not show, diagnose expected CTR, ad relevance, and landing-page problems, and produce a spend-weighted list of fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add swan-gtm/gtm-skills --skill google-ads-quality-score-diagnosis
Clone the repo
git clone --depth 1 https://github.com/swan-gtm/gtm-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for google-ads-quality-score-diagnosis

README.md
[![agentmods](https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis/github.svg)](https://agentmods.dev/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis)
Your own site
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for google-ads-quality-score-diagnosis

Your own site · 80×15
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/google-ads-quality-score-diagnosis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 776 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.00776
Opus 5 $0.00047 $0.00388
Sonnet 5 $0.00019 $0.00155
Haiku 4.5 $0.00009 $0.00078

Measured 9d ago against content hash 583e9a7e35fb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

google-ads-quality-score-diagnosis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/john-williams/google-ads-quality-score-diagnosis/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Quality Score Diagnosis and Prioritization

Applies whenever a keyword-level quality signal is available and CPC or ad-rank performance is in question.

The play

  1. Treat Quality Score as a diagnostic, not a KPI. Never optimize toward the score itself or report it as a headline metric — it exists to point at which of three components (expected click-through rate, ad relevance, landing page experience) is dragging a keyword down, each rated below average, average, or above average.
  2. Weight the fix list by spend, not by score. A below-average component on a keyword burning real budget matters far more than the same flag on a keyword that barely spends — fix the expensive ones first, and don't chase score on low-volume keywords where the read is unreliable in the first place.
  3. Route each below-average component to a different fix, because they don't share a cause: below-average expected CTR means the ad isn't compelling enough for the query it's showing on; below-average ad relevance means the ad and the query have drifted apart, usually from an ad group covering too many themes; below-average landing page experience means the page itself — speed, match to intent, ease of use — isn't holding up its end.
  4. For ad relevance specifically, check ad group breadth before touching the ad copy. A group covering fifteen loosely-related terms with one ad can't be relevant to all of them — split it into tighter, single-theme groups before rewriting anything.
  5. Give landing page experience issues time and the right owner — cite the estimated CPC savings across affected spend to justify the page work, since that's usually a different team's backlog item, not something to fix inside the account.
  6. Re-check on a weekly cadence, not daily — day-to-day Quality Score noise from Google's own recalculation will make a fine account look like it's regressing.

What good looks like

  • The best diagnosis never treats a "below average" flag as one problem — it separates which of the three components is actually driving it, because the fix for each is completely different work.
  • The common mistake is chasing Quality Score to 10. Scores of 7-8 are the realistic ceiling for most keywords; treating anything below 10 as broken burns effort with diminishing returns instead of moving to the next highest-spend keyword that actually needs the attention.
  • A good fix list is spend-weighted and names the specific component driving each entry — a list that says "improve relevance" without saying which keywords, which component, and how much spend is affected hasn't actually diagnosed anything.

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 65 lines · 94 tokens per session scan A 583e9a7e35fb

Subscribe to this mod's changes

google-ads-quality-score-diagnosis is a skill published in the GitHub repository swan-gtm/gtm-skills (153 stars, last pushed 2d ago), licensed MIT. It adds 94 tokens to every session and 776 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

ad-campaign-analyzer

Analyze cross-channel campaign data, quantify uncertainty, and propose evidence-labeled budget tests without overstating causality.

sickn33/agentic-awesome-skills · 28 tokens

google-search-ads-builder

End-to-end Google Search Ads campaign builder. Performs deep keyword research (competitor SEO, review language mining, Reddit/HN community terminology, site audit), builds keyword architecture with funnel mapping and intent classification, creates ad group structure, generates headline/description variants, builds…

gooseworks-ai/goose-skills · 79 tokens

meta-ads-analyzer

Diagnose Meta Ads campaign performance and account gaps using Meta's actual system mechanics — including customer-journey coverage, Breakdown Effect, Learning Phase, Auction Overlap, Pacing, and Creative Fatigue. Use for performance diagnosis, account audits, full-funnel or TOF/MOF/BOF gap analysis, deciding what to…

gooseworks-ai/goose-skills · 93 tokens

ad-campaign-analyzer

Analyze ad campaign performance data (Google, Meta, LinkedIn) to identify what's working, what's wasting budget, and specific cut/scale/test recommendations. Runs statistical analysis, funnel diagnostics, and multi-channel budget reallocation with specific dollar-amount shift recommendations and scenario modeling.

gooseworks-ai/goose-skills · 60 tokens

competitor-ad-intelligence

Scrape competitor ads from Meta, TikTok, Google, and LinkedIn ad libraries, analyze creative patterns (hooks, formats, CTAs), reverse-engineer landing page funnels, and produce a strategic teardown with vulnerability analysis and counter-play recommendations. Use when you need to understand the competitive ad…

gooseworks-ai/goose-skills · 81 tokens

ad-angle-miner

Mine the highest-converting ad angles from customer reviews, Reddit complaints, support tickets, and competitor ads. Extracts actual pain language, competitor weaknesses, and outcome phrases that real buyers use. Outputs a ranked angle bank with proof quotes and recommended ad formats per angle.

gooseworks-ai/goose-skills · 58 tokens