cross-platform-audit

cross-platform-audit is a cursor rule for Cursor from thatrebeccarae/claude-marketing. It costs 99 tokens per session (3,454 once invoked), scanned A, original, MIT.

A guide for reviewing paid advertising across Google Ads, Meta Ads, and Microsoft Ads. It combines separate platform reviews into one assessment of account health, budgets, tracking, creative, and attribution.

In plain words
What is it for?
Use it to audit active ad accounts, compare platform performance, review conversion tracking, assess budget allocation, and prioritize cross-platform improvements.
Why use it?
It helps show how advertising platforms work together instead of examining each account in isolation. It can expose inconsistent tracking, poor budget distribution, or messages that do not match across platforms.

Cursor rule for Cursor

Written for Cursor: a Cursor rule (.mdc). Also seen: positional $N argument.

Good fit Use it to audit active ad accounts, compare platform performance, review conversion tracking, assess budget allocation, and prioritize cross-platform improvements.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/thatrebeccarae/claude-marketing/cross-platform-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/thatrebeccarae/claude-marketing

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cross-platform-audit

README.md
[![agentmods](https://agentmods.dev/badge/rules/thatrebeccarae/claude-marketing/cross-platform-audit.svg)](https://agentmods.dev/rules/thatrebeccarae/claude-marketing/cross-platform-audit)
Your own site
<a href="https://agentmods.dev/rules/thatrebeccarae/claude-marketing/cross-platform-audit"><img src="https://agentmods.dev/badge/rules/thatrebeccarae/claude-marketing/cross-platform-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,454 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.03454
Opus 5 $0.00049 $0.01727
Sonnet 5 $0.00020 $0.00691
Haiku 4.5 $0.00010 $0.00345

Measured 8d ago against content hash e0df431afb05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cross-platform-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

integrations/cursor/cross-platform-audit.mdc · 316 lines

How it starts

The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cross-Platform Audit — Unified Paid Media Assessment

Orchestrates parallel scored audits across Google Ads, Meta Ads, and Microsoft Ads, then merges results into a single budget-weighted health score with cross-platform intelligence.

Context Intake (Always Do First)

Before running audits, collect this information. Without it, benchmarks will be generic and recommendations may be wrong.

Ask these questions (combine into one prompt):

  1. Business type — E-commerce/DTC, SaaS/B2B, Local Service, Lead Gen, Agency, Other
  2. Monthly ad spend — Total and per-platform breakdown (approximate is fine)
  3. Primary goal — Revenue/ROAS, Leads/CPA, App Installs, Brand Awareness
  4. Active platforms — Which platforms are they advertising on? (Google, Meta, Microsoft, others)
  5. Data available — What can they provide? (exports, screenshots, pasted metrics, MCP access)

Use the provided context to:

  • Determine which platform audits to run (skip platforms they don't use)
  • Calculate budget share per platform for aggregate scoring
  • Calibrate severity based on spend level ($5K/mo gets different advice than $100K/mo)

Orchestration Workflow

Step 1: Collect Context

Gather business type, platforms, budgets, goals, and available data per the intake above.

Step 2: Spawn Parallel Audits

Use the Task tool to run platform audits simultaneously. Each audit task should:

  1. Load skills/shared/scoring-system.md for the scoring algorithm
  2. Load the platform-specific CHECKS.md for the audit checklist
  3. Load the platform-specific SKILL.md and REFERENCE.md for diagnostic context
  4. Evaluate each applicable check as PASS, WARNING, or FAIL
  5. Calculate the platform health score using weighted formula
  6. Identify Quick Wins
  7. Write results to a structured output

Spawn these tasks in parallel (adjust based on which platforms the user has):

Task 1: Google Ads Audit
  → Read skills/shared/scoring-system.md
  → Read skills/google-ads/CHECKS.md
  → Evaluate 74 checks against provided data
  → Calculate score → Write google-audit-results.md

Task 2: Meta Ads Audit
  → Read skills/shared/scoring-system.md
  → Read skills/facebook-ads/CHECKS.md
  → Evaluate 46 checks against provided data
  → Calculate score → Write meta-audit-results.md

Task 3: Microsoft Ads Audit
  → Read skills/shared/scoring-system.md
  → Read skills/microsoft-ads/CHECKS.md
  → Evaluate 30 checks against provided data
  → Calculate score → Write microsoft-audit-results.md

Read the full file on GitHub · 316 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 316 lines · 99 tokens per session scan A e0df431afb05

Subscribe to this mod's changes

cross-platform-audit is a cursor rule published in the GitHub repository thatrebeccarae/claude-marketing (132 stars, last pushed 3mo ago), licensed MIT. It adds 99 tokens to every session and 3,454 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.