meta-ads-audit

Audit Meta Ads account health and persist business context JSON artifacts.

3.3k|414|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/nowork-studio/toprank --skill meta-ads-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-ads-audit
Source: https://github.com/nowork-studio/toprank/tree/main/meta-ads/audit
Command: npx skills add https://github.com/nowork-studio/toprank --skill meta-ads-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Diagnoses Meta Ads account health and persists business context for downstream skills (/meta-ads).

Core Features & Use Cases

  • Health diagnostics: reads account data, pixel health, campaigns, ad sets, ads, and insights to surface actionable health signals.
  • Context persistence: writes {data_dir}/meta/business-context.json and {data_dir}/meta/personas/{accountId}.json for downstream skills to reuse.
  • Guaranteed guards: read-only audits; avoids mutating ad accounts; writes structured artifacts for repeat runs and equity checks.

Quick Start

Trigger a full Meta Ads audit to generate a health report and persist {data_dir}/meta/business-context.json and {data_dir}/meta/personas/{accountId}.json for downstream skills.

Frequently Asked Questions about meta-ads-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a health audit on my Meta Ads account?

A Meta Ads health audit reads account info, pixel health, campaigns, ad sets, ads, and insights to produce a concise health summary. It also persists business context and personas for downstream actions.

What does a Meta Ads pixel health check include?

A Meta Ads pixel health check evaluates pixel tracking status and data quality by reading pixel health alongside campaigns and insights. It surfaces actionable health signals and documents findings for follow-on actions.

Can I audit my advertising account without modifying active campaigns?

Yes, the Meta Ads audit is strictly read-only and avoids mutating ad accounts. It safely pulls account data and insights to generate a health report while guaranteeing active campaigns remain unchanged.

How do I save business context for downstream Meta Ads workflows?

The audit saves business context by writing structured artifacts to business-context.json and personas files. This persists your account's business context for downstream Meta Ads skills to reuse during equity checks.

When do I need to bootstrap personas for my advertising account?

You need to bootstrap personas when preparing business context for downstream Meta Ads workflows. The audit generates a personas file for your specific accountId to enable repeat runs and follow-on actions.