Google Ads Audit
Read-only Google Ads account audit that persists business context for downstream ads skills.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · a3a3b3c
Requires signing into a proprietary ad-data server before it can pull real numbers, so a plain folder copy isn't enough; on synthetic account data it still named specific keywords and dollar figures, not a vague number.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Google Ads Audit does
Pulls Google Ads account data via a proprietary NotFair MCP server, diagnoses waste/demand/CPA across seven areas (signal quality, structure, keywords, search terms, creative, impression share, spend efficiency), and persists business-context.json and personas for other NotFair ads skills to reuse. Triggers on requests to audit, onboard, or health-check a Google Ads account; never mutates the account.
How to install Google Ads Audit
git clone https://github.com/nowork-studio/NotFair
cd NotFair
mkdir -p ~/.claude/skills
cp -r google-ads/audit ~/.claude/skills/google-ads-audit
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Google Ads Audit
-
/google-ads-auditRead-only Google Ads account audit that persists business context for downstream ads skills.
It also activates on plain-language prompts like these:
-
Audit my Google Ads account for wasted spend and weak structure -
Onboard this new Google Ads account and save business context -
Health-check my ad account's search terms and impression share
Frequently asked questions
- Is the Google Ads Audit 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 Audit work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Works with setup. Requires signing into a proprietary ad-data server before it can pull real numbers, so a plain folder copy isn't enough; on synthetic account data it still named specific keywords and dollar figures, not a vague number.
- What is the Google Ads Audit SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Google Ads Audit?
- 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 Audit 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.