Google Ads Copy

Generates and A/B tests Google Ads headlines and descriptions to improve CTR.

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 · e97a024

Broken verbatim install: the card's `cp -r NotFair/google-ads/copy ~/.claude/skills/google-ads-copy` copies only the leaf copy/ folder, but SKILL.md hard-depends on sibling ../shared/, ../manage/, and ../audit/ dirs the command never copies, so preamble and half the references dangle until you manually copy those trees (rescued for testing; the repo's own docs use a plugin-marketplace install instead). Tested on an inline emergency-dentist RSA brief with hard 30/90-char limits. A/B: skill vs. base both produced compliant, forbidden-claim-free copy covering the same service/offer/trust/CTA angles, with the base arm's version marginally tighter, so the skill's framework did not beat a no-skill baseline here (output 5/10). Also note the shared preamble gates all use behind a paid third-party MCP (notfair.co OAuth), undisclosed on the card.

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 Copy does

Generate and A/B test Google Ads copy. Use when asked to write ad copy, headlines, descriptions, create ad variants, test ad messaging, improve CTR, or generate RSA (Responsive Search Ad) components. Trigger on "ad copy", "write ads", "headlines", "descriptions", "RSA", "responsive search ad", "ad text", "ad creative", "improve CTR", "ad A/B test", "ad variants", "write me an ad", "ad…

How to install Google Ads Copy

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

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

Commands — how to trigger Google Ads Copy

  • /google-ads-copy Generates and A/B tests Google Ads headlines and descriptions to improve CTR.

It also activates on plain-language prompts like these:

  • Write RSA headlines and descriptions for this campaign
  • Generate ad copy variants to A/B test
  • Improve the CTR on these underperforming ads

Frequently asked questions

Is the Google Ads Copy 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 Copy 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: the card's `cp -r NotFair/google-ads/copy ~/.claude/skills/google-ads-copy` copies only the leaf copy/ folder, but SKILL.md hard-depends on sibling ../shared/, ../manage/, and ../audit/ dirs the command never copies, so preamble and half the references dangle until you manually copy those trees (rescued for testing; the repo's own docs use a plugin-marketplace install instead). Tested on an inline emergency-dentist RSA brief with hard 30/90-char limits. A/B: skill vs. base both produced compliant, forbidden-claim-free copy covering the same service/offer/trust/CTA angles, with the base arm's version marginally tighter, so the skill's framework did not beat a no-skill baseline here (output 5/10). Also note the shared preamble gates all use behind a paid third-party MCP (notfair.co OAuth), undisclosed on the card.
What is the Google Ads Copy 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 Copy?
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 Copy 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.