← ClaudeAtlas

weekly-performance-digestlisted

Generate a structured weekly Google Ads performance report with trend analysis, anomaly flags, and prioritized next-week action items. Designed to be sent directly to stakeholders without editing. Use this skill when a user asks for a weekly report, weekly digest, weekly summary, performance recap, "what happened this week", week-over-week analysis, or any recurring weekly reporting need. Trigger on phrases like "weekly digest", "weekly report", "send me a recap", "this week vs last week", "weekly performance update", or any request to summarize Google Ads activity over the last week.
kochellenk-afk/google-ads-diagnostic-toolkit · ★ 0 · API & Backend · score 70
Install: claude install-skill kochellenk-afk/google-ads-diagnostic-toolkit
# Weekly Performance Digest A skill for producing publication-ready weekly Google Ads performance reports. ## What this skill does Given two weeks of campaign data (this week vs. last week, plus same week last month for MoM context), produces a digest with: 1. Executive summary (3 sentences) 2. Key metrics table with WoW and MoM comparisons 3. Campaign highlights (top 3 + bottom 3) 4. Anomalies and flags 5. Prioritized action items for next week Output is plain-language, non-technical - sendable directly to stakeholders. ## Required inputs 1. **This week's campaign data** (last 7 days) 2. **Last week's data** (the 7 days before that) 3. **Same week last month** (for MoM comparison; optional but recommended) 4. **Known changes context** - any new campaigns, paused ads, budget shifts, creative updates the user made ### Required columns For each period: - Campaign name - Spend, Impressions, Clicks, CTR, CPC - Conversions, CPA, Conv. rate - Conv. value / Revenue (if tracked) - ROAS (if tracked) ## Workflow ### Step 1: Validate data alignment Both periods must have: - Same set of campaigns (or note any added/removed) - Same column structure - Comparable date ranges (7 days each) If a campaign was added or removed between periods, note it explicitly - comparisons across asymmetric periods are misleading. ### Step 2: Compute aggregates and deltas Account-level totals (this week vs. last week): | Metric | Formula | |---|---| | WoW change % | (this - last) / last × 100