# Google Ads Performance Auditor

> Google Ads period-over-period performance audit. Compares impressions, clicks, CTR, spend, CPC, conversions, CPA between current and previous window of same length. Generates HTML executive report. Triggers on prompts about performance audits, period comparisons, or "how is the account doing".

- Skill: `foxgeeek/google-ads-performance-auditor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add foxgeeek/google-ads-performance-auditor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/foxgeeek/google-ads-performance-auditor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: foxgeeek (https://skillmd.com/u/foxgeeek)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/foxgeeek/google-ads-performance-auditor

---


# Google Ads — Performance Auditor

## When to use

- "Faz auditoria dos últimos 30 dias vs 30 dias anteriores"
- "Como tá a performance do Google Ads da acme?"
- "Month-over-month audit"

## Inputs

- `--account` — account ref (required)
- `--lookback` — days (default 30)

## Output

- Table: metric, current, previous, Δ%
- Metrics: impressions, clicks, CTR, spend, CPC, conversions, CPA
- Colored deltas (green ↑ / red ↓)

## Invocation

```bash
adskills google audit --account acme --lookback 30
```

## Guardrails

- Read-only
- Uses account-level aggregate by default — campaign-level breakdown = Phase 4+

