Paid Advertising Audit
Runs a full paid-media audit across all 12 platforms in parallel, and labels the result "partial" instead of quietly hiding the gaps when a platform can't be checked.
Overview
Paid Advertising Audit is the orchestrating audit skill behind /ads audit in the
Claude Ads suite. It never aggregates prose-only worker
reports. It produces a versioned JSON audit bundle first, then renders human
deliverables from that bundle.
What it covers
- Creates a run manifest (business context, date window, currency, timezone, requested platforms, privacy classification) before analysis.
- Discovers active platforms and explicitly confirms requested platforms that are inactive or have no data, instead of silently skipping them.
- Dispatches independent platform workers (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon, Reddit, Pinterest, Snapchat, X) plus cross-platform workers for tracking, budget, creative and policy.
- Runs deterministic scoring outside the prompt, and labels a bundle
partialwhenever a required worker fails, so it never silently presents an incomplete audit as complete. - Outputs
manifest.json,account-snapshot.json,audit.json,action-plan.json, and renderedreport.md/.html/.pdf.
Part of Claude Ads
This is the top-level audit skill of the Claude Ads plugin; it dispatches the individual per-platform audit skills listed elsewhere in this directory.
Installation
This worker skill installs automatically as part of the Claude Ads plugin, there's no separate step for it.
- Install the plugin once, from inside Claude Code:
/plugin marketplace add AgriciDaniel/claude-ads /plugin install claude-ads@ai-marketing-hub-claude-ads - This skill runs on its own whenever you call
/ads audit; you don't call it directly. - See the Claude Ads entry for the full setup and platform list.
Related assets
Frontend Design
Generates distinctive, production-grade UI that avoids generic "AI slop," with bold typography, cohesive color, and precise motion, implemented as real code.
Graphify
Turns a codebase, plus its docs, PDFs, images, and video, into a queryable knowledge graph that a coding agent can traverse instead of grepping raw files, and never guesses silently: every edge is tagged EXTRACTED, INFERRED, or AMBIGUOUS so you know what was found versus inferred.
Caveman
Makes your coding agent answer in a stripped down, high signal style that keeps every technical fact and cuts filler, saving output tokens on chat style questions.