Google Ads Landing

Scores Google Ads landing pages and diagnoses ad-to-page message mismatches.

Works with setup

Test report

Verdict
Works with setup
Score
5.2/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 2b79ec6

Broken verbatim install: `cp -r NotFair/google-ads/landing` copies only the leaf skill folder, but SKILL.md's Setup step depends on sibling files one level up — ../shared/preamble.md, ../shared/analysis-principles.md, ../shared/ppc-math.md and ../manage/references/quality-score-framework.md — which a lone-folder copy leaves behind, so the skill 404s until those dirs are copied alongside (rescued manually). Tested on the landing-analysis artifact against a base arm with no skill: both produced solid 5-dimension diagnostics (message-match, page speed, mobile, trust, form/CTA) with capped dollar-lift estimates; the skill added a cleaner rubric-driven table, message-chain detail and a more conservative lift formula, but the base independently reached the same substantive findings and even caught a decoy hero CTA the skill missed — roughly same quality, no clear framework win. Note the skill also needs a connected Google Ads MCP for its metric-pull phase, though it degrades gracefully when absent.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 2/5
  • Triggers reliably 4/5
  • Output vs. baseline 5/10
  • Docs & honesty 2/5

What Google Ads Landing does

Score and diagnose Google Ads landing pages. Use when asked to audit a landing page, check landing page quality, diagnose high-CTR but low-conversion-rate ad groups, improve Quality Score's Landing Page Experience component, or compare an ad group's messaging against its landing page. Trigger on "landing page audit", "landing page score", "landing page quality", "why is my conversion rate…

How to install Google Ads Landing

git clone https://github.com/nowork-studio/NotFair
cd NotFair
mkdir -p ~/.claude/skills
cp -r google-ads/landing ~/.claude/skills/google-ads-landing

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Google Ads Landing

  • /google-ads-landing Scores Google Ads landing pages and diagnoses ad-to-page message mismatches.

It also activates on plain-language prompts like these:

  • Audit this landing page's Quality Score experience
  • Why is my ad group's conversion rate so low
  • Check if this landing page matches the ad copy

Frequently asked questions

Is the Google Ads Landing skill free?
Yes. The skill itself is free from nowork-studio/NotFair. SkillProof publishes the install command and an independent test verdict at no cost.
Does Google Ads Landing work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Broken verbatim install: `cp -r NotFair/google-ads/landing` copies only the leaf skill folder, but SKILL.md's Setup step depends on sibling files one level up — ../shared/preamble.md, ../shared/analysis-principles.md, ../shared/ppc-math.md and ../manage/references/quality-score-framework.md — which a lone-folder copy leaves behind, so the skill 404s until those dirs are copied alongside (rescued manually). Tested on the landing-analysis artifact against a base arm with no skill: both produced solid 5-dimension diagnostics (message-match, page speed, mobile, trust, form/CTA) with capped dollar-lift estimates; the skill added a cleaner rubric-driven table, message-chain detail and a more conservative lift formula, but the base independently reached the same substantive findings and even caught a decoy hero CTA the skill missed — roughly same quality, no clear framework win. Note the skill also needs a connected Google Ads MCP for its metric-pull phase, though it degrades gracefully when absent.
What is the Google Ads Landing SkillProof Score?
5.2/10 — installs cleanly 2/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 2/5.
How do I install Google Ads Landing?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Google Ads Landing with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.