campaign-status
Check active campaign status. Use when: cross-platform execution history, performance metrics, pending approvals.
What this skill does
# /digital-marketing-pro:campaign-status
## Purpose
Provide a unified view of all active campaigns across every connected platform — ads, email, social, blog — with their current status, live performance metrics, execution history, and any pending approvals or scheduled actions. Eliminates the need to check each platform individually and surfaces issues (paused campaigns, failed executions, stale content) before they become problems.
## Input Required
The user must provide (or will be prompted for):
- **Scope**: All active campaigns, a specific campaign by name or ID, or a specific platform
(e.g., "Google Ads campaigns only", "email campaigns", "campaign named Q1-Launch")
- **Detail level**: Summary (one-line status per campaign) or detailed (full metrics, execution history,
and next actions per campaign)
- **Time window** (optional): How far back to include execution history. Defaults to last 7 days
- **Status filter** (optional): Filter by campaign status — active, paused, scheduled, completed, failed.
Defaults to active + paused + scheduled
- **Sort order** (optional): Sort campaigns by spend, performance, recency, or status.
Defaults to platform grouping
## Process
1. **Load brand context**: Read `~/.claude-marketing/brands/_active-brand.json` for the active slug, then load `~/.claude-marketing/brands/{slug}/profile.json`. Apply brand voice, compliance rules for target markets (`skills/context-engine/compliance-rules.md`), and industry context. Also check for guidelines at `~/.claude-marketing/brands/{slug}/guidelines/_manifest.json` — if present, load restrictions. Check for agency SOPs at `~/.claude-marketing/sops/`. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.
2. **List all tracked campaigns**: Execute `scripts/campaign-tracker.py --brand {slug} --action list-campaigns`
to get the campaign registry with names, platforms, statuses, creation dates, and assigned KPI targets.
3. **Pull execution history**: Execute `scripts/execution-tracker.py --brand {slug} --action get-history --days {time_window}`
to retrieve recent execution logs — what ran, when it ran, outcome (success/failure/skipped), error messages if any,
and the user or automation that triggered it.
4. **Check pending approvals**: Execute `scripts/approval-manager.py --brand {slug} --action list-pending`
to surface any campaigns, creatives, or content pieces awaiting review before they can go live.
Include submission date and age in hours for each pending item.
5. **Pull live metrics from connected MCPs**: For each active campaign, query the relevant platform MCP
(google-ads, meta-marketing, linkedin-marketing, tiktok-ads, mailchimp, etc.) for current performance:
- Spend: total spend, daily spend, budget consumed
- Performance: impressions, clicks, CTR, conversions, CPA, ROAS
- Engagement: open rate, click-through rate, bounce rate, video views
- Platform-specific: quality score, relevance score, deliverability rate
6. **Aggregate by platform and status**: Group campaigns by platform and status, calculate platform-level totals
(total campaigns, total spend, total conversions, average CPA/ROAS), and flag any discrepancies between
tracked campaigns and what the live platform reports.
7. **Calculate performance vs KPIs**: For each active campaign with defined targets, compute actual vs target
for primary KPIs. Classify as:
- **On track** (green): Meeting or exceeding targets
- **At risk** (yellow): Within 15% of target with negative trend
- **Behind** (red): Missing target by >15%
8. **Flag issues requiring attention**: Identify problems that need action:
- Campaigns paused unexpectedly or by the platform (policy violation, billing issue)
- Executions that failed with errors
- Campaigns running past their planned end date
- Stale campaigns with no activity in 7+ days
- Campaigns exceeding budget pacing by >20%
- Approval bottlenecks older than 48 hours
9. **Compile next scheduled actions**: List upcoming scheduled launches, budget changes, creative rotations,
A/B test completions, or automated optimizations from the execution log with dates and dependencies.
## Output
A structured campaign status dashboard containing:
- **Campaign summary table**: Campaign name, platform, status (active/paused/scheduled/completed/failed),
days running, total spend, key metric (conversions or leads), CPA or ROAS, and health indicator (green/yellow/red)
- **Active campaigns by platform**: Grouped view with platform-level totals — number of campaigns, total spend,
total conversions, average CPA, average ROAS, and platform health status
- **Execution history** (last 7 days): Chronological log of actions taken — campaign launches, pauses, budget
changes, creative swaps, bid adjustments, email sends — with timestamps, outcomes, and actor (manual or automated)
- **Pending approvals**: List of items awaiting review with requester name, submission date, type (creative,
campaign launch, budget change, content), age in hours, and direct reference to the item
- **Performance vs KPIs**: For each active campaign, actual performance vs the KPI targets set at campaign
creation — on track, at risk, or behind, with variance percentage and trend direction
- **Flagged issues**: Priority-ordered list of problems requiring attention with severity (critical/warning/info),
description, affected campaign, and recommended resolution
- **Next scheduled actions**: Upcoming automated or planned actions with dates, descriptions, dependencies,
and responsible party
- **Quick actions**: Suggested immediate next steps based on current status — approve pending items, investigate
failures, pause underperformers, scale winners, extend successful campaigns
## Agents Used
- **execution-coordinator** — Execution history retrieval, approval queue management, scheduled action tracking, cross-platform status aggregation, and issue flagging
- **analytics-analyst** — Live performance metrics interpretation, KPI comparison, campaign health assessment, and performance-based recommendations
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".