skills/claude-ads/skills/ads-meta/SKILL.md
Meta Ads deep analysis covering Facebook and Instagram advertising. Evaluates 46 checks across Pixel/CAPI health, creative diversity and fatigue, account structure, and audience targeting. Includes Advantage+ assessment. Use when user says "Meta Ads", "Facebook Ads", "Instagram Ads", "Advantage+", or "Meta campaign".
npx skillsauth add kennyolofsson23-netizen/claude-code-config ads-metaInstall 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.
ads/references/meta-audit.md for full 46-check auditads/references/benchmarks.md for Meta-specific benchmarksads/references/scoring-system.md for weighted scoringIf Advantage+ features are in use:
If ads are in restricted categories:
ads/references/compliance.md for full requirements| EMQ Score | Status | Action | |-----------|--------|--------| | 8.0-10.0 | Excellent | Maintain current setup | | 6.0-7.9 | Good | Add more customer_information parameters | | 4.0-5.9 | Fair | Implement CAPI, improve data quality | | <4.0 | Poor | Critical: CAPI + Enhanced Matching required |
Key parameters to maximize EMQ:
em (email) — highest match rate signalph (phone) — second highest match signalfn, ln (first/last name) — improves match accuracyct, st, zp (city, state, zip) — geographic matchingexternal_id — CRM/user ID for cross-device matching| Metric | Pass | Warning | Fail | |--------|------|---------|------| | EMQ (Purchase) | ≥8.0 | 6.0-7.9 | <6.0 | | Dedup rate | ≥90% | 70-90% | <70% | | CTR | ≥1.0% | 0.5-1.0% | <0.5% | | Creative formats | ≥3 | 2 | 1 | | Creatives per ad set | ≥5 | 3-4 | <3 | | Learning Limited | <30% | 30-50% | >50% | | Budget per ad set | ≥5x CPA | 2-5x CPA | <2x CPA |
Meta Ads Health Score: XX/100 (Grade: X)
Pixel / CAPI Health: XX/100 ████████░░ (30%)
Creative: XX/100 ██████████ (30%)
Account Structure: XX/100 ███████░░░ (20%)
Audience: XX/100 █████░░░░░ (20%)
META-ADS-REPORT.md — Full 46-check findings with pass/warning/faildevelopment
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
testing
Full QA pass: run all tests, check types, catch regressions, write missing tests. Use when the user says "run tests", "QA", "verify changes", "check for regressions", "test everything", or "make sure it works".
development
Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.
development
Initialize a new project with Kenny's universal conventions and stack-appropriate infrastructure. Use this skill whenever: setting up a new project, creating a new repo, scaffolding a new app, starting fresh on a new idea, 'init project', 'new project', 'set up a new app', 'create a project for X', or any variant of starting a new codebase from scratch. Also trigger when the user says 'bootstrap', 'scaffold', or 'kickstart'. This skill ensures every project gets the same quality gates and conventions while adapting infrastructure to the chosen stack.