Google Ads Account Audit
A read-only Google Ads audit skill that diagnoses account health via three pulse metrics and persists business context for downstream ads skills.
Marketing & SEOAdvanced★ 3,448⑂ 426AI score 7/10Last updated: Aug 29, 2026
What it does
- Pulls a full audit dataset in one parallel GAQL pass: campaigns, ad groups, keywords with Quality Score, search terms, negatives, conversion actions, impression share, geo targeting and 30-day change events.
- Reports three pulse metrics — monthly waste ($), demand captured (%), and CPA ($) — each with its top contributor and a pointer to the fix, instead of a vague letter grade.
- Enforces a STOP rule: if conversion tracking is broken, it recommends pausing spend before anything else.
- Derives and saves
business-context.jsonplus 2–3 data-grounded personas so copy and landing-page skills stop producing generic output. - Strictly read-only; all mutations are handed off to
/google-ads.
Who it's for
- In-house performance marketers running their own Google Ads accounts
- Agency PPC specialists auditing or onboarding client accounts
- Teams already using the NotFair MCP server who want Claude-driven ads ops
Examples
- "Audit my ads" → a ~80-line report citing entities and dollars, e.g. "Campaign X: $1,840 in 30-day spend across 12 keywords with 0 conversions and QS ≤ 4".
- "Just check the Brand campaign" → scoped audit via case-insensitive name match, filtered in memory, labelled "Scoped to: X".
- "Why did CPA spike?" → network segmentation (Search Partners, Display leakage) plus change-event decomposition to explain the regression.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/nowork-studio/notfair-plugin/HEAD/google-ads/audit/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the google-ads/audit folder from the GitHub repo nowork-studio/notfair-plugin into my ~/.claude/skills/google-ads-audit/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/nowork-studio/notfair-plugin.git && mkdir -p ~/.claude/skills && cp -r notfair-plugin/google-ads ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/nowork-studio/notfair-plugin.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the whole folder:
cp -r notfair-plugin/google-ads ~/.claude/skills/— copying only theauditfolder breaks the../shared/andreferences/file paths. - Connect the NotFair MCP server in Claude Code and authenticate your Google Ads account.
- Restart Claude Code and type "audit my ads" to trigger the skill.
View source on GitHub ↗License: MIT