From shadowtek
Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads accounts. Generates health score per platform and aggregate score. Use when user says "audit", "full ad check", "analyze my ads", "account health check", or "PPC audit".
How this skill is triggered — by the user, by Claude, or both
Slash command
/shadowtek:ads-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Collect account data** — request exports, screenshots, or API access
audit-google — Conversion tracking, wasted spend, structure, keywords, ads, settings (G01-G74)audit-meta — Pixel/CAPI health, creative fatigue, structure, audience (M01-M46)audit-creative — LinkedIn, TikTok, Microsoft creative checks + cross-platform synthesisaudit-tracking — LinkedIn, TikTok, Microsoft tracking + cross-platform tracking healthaudit-budget — LinkedIn, TikTok, Microsoft budget/bidding + cross-platform allocationaudit-compliance — All-platform compliance, settings, performance benchmarksAsk the user for available data. Accept any combination:
If no exports available, audit from screenshots or manual data entry.
Read ads/references/scoring-system.md for full algorithm.
| Platform | Category Weights |
|---|---|
| Conversion 25%, Waste 20%, Structure 15%, Keywords 15%, Ads 15%, Settings 10% | |
| Meta | Pixel/CAPI 30%, Creative 30%, Structure 20%, Audience 20% |
| Tech 25%, Audience 25%, Creative 20%, Lead Gen 15%, Budget 15% | |
| TikTok | Creative 30%, Tech 25%, Bidding 20%, Structure 15%, Performance 10% |
| Microsoft | Tech 25%, Syndication 20%, Structure 20%, Creative 20%, Settings 15% |
Aggregate = Sum(Platform_Score x Platform_Budget_Share)
Grade: A (90-100), B (75-89), C (60-74), D (40-59), F (<40)
ADS-AUDIT-REPORT.md — Comprehensive multi-platform findingsADS-ACTION-PLAN.md — Prioritized recommendations (Critical > High > Medium > Low)ADS-QUICK-WINS.md — Items fixable in <15 minutes with high impactEach platform section includes:
IF severity == "Critical" OR severity == "High"
AND estimated_fix_time < 15 minutes
THEN flag as Quick Win
SORT BY (severity_multiplier x estimated_impact) DESC
npx claudepluginhub shadowtek-dev/shadowtek-claude-pluginProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.