meta-ads-analyzer/SKILL.md
Provides expert-level analysis and diagnosis for Meta Ads campaigns. Use this skill to interpret performance data, identify root causes of issues, and generate actionable recommendations, with a special focus on correctly handling the 'Breakdown Effect'.
npx skillsauth add abcnuts/manus-skills meta-ads-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to analyze and diagnose Meta Ads campaign performance, including:
IMPORTANT: The following rules are MANDATORY and MUST be strictly followed when writing the final analysis report. These are not optional guidelines—they define the required standards for all deliverables.
get_recommendations API first. If diverging, explicitly acknowledge and explain why.Reference Documents:
references/breakdown_effect.md - The Breakdown Effect with examples (read this first)references/core_concepts.md - Ad Auction, Pacing, Learning Phase overviewreferences/learning_phase.md - Learning phase mechanicsreferences/ad_relevance_diagnostics.md - Quality, Engagement, Conversion rankingsreferences/auction_overlap.md - Diagnosing auction overlapreferences/pacing.md - Budget and bid pacingreferences/bid_strategies.md - Spend-based, goal-based, manual biddingreferences/ad_auctions.md - How auction winners are determinedreferences/performance_fluctuations.md - Normal vs. concerning fluctuationsThis is the most critical step to avoid the Breakdown Effect.
| Campaign Setup | Correct Evaluation Level | | :--- | :--- | | Advantage+ Campaign Budget (CBO) | Campaign Level | | Automatic Placements (without CBO) | Ad Set Level | | Multiple Ads within a single Ad Set | Ad Set Level |
Focus on these Meta-specific analytical angles:
Interpret all findings through the Breakdown Effect. Explain why the system makes certain decisions.
Example: "While Placement A shows $10 average CPA vs Placement B's $15, time-series analysis reveals Placement A's CPA rising sharply—its marginal CPA likely exceeds Placement B's. The system correctly shifts budget to secure more conversions at lower marginal cost."
tools
Generate comprehensive demonstrations showing how to access projects and work across different environments (Manus terminals, personal computers, team collaboration). Use when users ask "how do I access this from another terminal/computer", "how do I share this with my team", "how do I get this on my Mac", or need clarification on Manus persistence vs GitHub usage.
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
Use when implementing any feature or bugfix, before writing implementation code