Leaderboard/Marketing/meta-ads-analyzer
Last commit on February 26, 2026·Created on February 26, 2026

mathiaschu/meta-ads-analyzer

Evaluates Meta Ads at the correct level to avoid the Breakdown Effect.
Combined rank
#545
across all skills
In Marketing
#38
category rank
Stars
429
+0.5% in last 7d
Forks
61
+1.7% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill provides a structured analysis workflow for Meta Ads campaigns, beginning with identifying the correct evaluation level to avoid the Breakdown Effect. It applies domain knowledge on marginal efficiency, learning phase, pacing, and auction overlap to diagnose root causes of underperformance and generate actionable recommendations. The skill enforces standardized metric naming and legal terminology for audience size metrics, making it appropriate for paid media analysts, performance marketing managers, and e-commerce advertising teams who need data-driven reports.

WHO IT'S FOR
Paid Media Analysts
analyze meta ad performance data
Performance Marketing Managers
diagnose campaign underperformance root causes
E-commerce Advertising Managers
optimize meta ads for conversion goals
Ad Agency Account Strategists
generate client-ready meta ads reports
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code skill for exported data

Installs: Installs the Meta Ads Analyzer skill only. This supports analysis of exported CSV files and screenshots without live Meta API access. · Claude Code

Before you start
  • Claude Code installed
  • Node.js v18+
  • A Meta App with Marketing API access
  • The repository contents, including the skill/ folder, available at the Claude Code project root

Run from: Claude Code project root

  1. In a terminal, from the Claude Code project root containing the repository's skill/ folder, create the destination and copy the skill files.

    # From your Claude Code project root
    mkdir -p .claude/skills/meta-ads-analyzer
    cp -r skill/* .claude/skills/meta-ads-analyzer/
README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Analyze a seven-day Meta Ads export

Uses meta-ads-analyzer

  • A Meta Ads Manager CSV export, screenshot, or raw campaign data covering the last 7 days
Use the meta-ads-analyzer skill to analyze the attached Meta Ads Manager data for the last 7 days. Identify the strongest supported performance issue, explain its likely root cause using specific evidence from the data, and provide one actionable, testable recommendation.
skill/SKILL.md · Checked Sep 18, 2026