skills/quality-report/SKILL.md
Generate quality trends report. Use when: reviewing eval scores over time, content type performance, or regression alerts.
npx skillsauth add indranilbanerjee/digital-marketing-pro quality-reportInstall 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.
Quality intelligence reporting over time. Shows eval score trends across days and weeks, identifies which content types are improving or declining, detects regression alerts where quality has dropped below established baselines, surfaces the brand's best and worst performing content, and provides actionable recommendations for improving content quality across the organization.
This command turns the evaluation data logged by /digital-marketing-pro:eval-content into strategic insight. Instead of evaluating a single piece of content, it analyzes the pattern across all evaluations to answer: Is our content quality improving or declining? Which content types are strongest? Which dimensions need the most work? Are there regressions we need to address? What specific changes will have the biggest impact on overall quality?
The user must provide (or will be prompted for):
7d, 14d, 30d, 60d, 90d, or a custom date range (YYYY-MM-DD to YYYY-MM-DD). Defaults to 30 days. Longer periods provide better trend visibility but may include outdated data from before process changesblog_post, email, ad_copy, social_post, landing_page, press_release, content_brief, campaign_plan, or all. Defaults to all types. Useful for drilling into a specific content stream's quality trajectorycontent_quality, brand_voice, hallucination_risk, claim_verification, output_structure, readability, or all. Defaults to all dimensions. Useful when the team is working on improving a specific quality aspect~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand quality standards and industry context for benchmark comparison. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load any quality targets or SLA definitions. Check for agency SOPs at ~/.claude-marketing/sops/ — agency workflows may define minimum quality thresholds for client deliverables. If no brand exists, ask: "Set up a brand first (/digital-marketing-pro:brand-setup)?" — or proceed with defaults.scripts/quality-tracker.py --brand {slug} --action get-trends --days {period} to retrieve time-series evaluation data — composite scores and per-dimension scores plotted over the reporting window. If a content type filter is applied, pass --content-type {content_type}. This returns daily and weekly aggregates, moving averages, and trend direction indicators.scripts/quality-tracker.py --brand {slug} --action get-summary --days {period} to retrieve aggregate statistics — total evaluations run, average composite score, grade distribution (how many A's, B's, C's, etc.), pass/fail/review breakdown, and per-dimension averages with standard deviations.scripts/quality-tracker.py --brand {slug} --action check-regression --days {period} to detect statistically significant quality drops. The regression detector compares the most recent 7-day average against the full-period baseline and flags any dimension or content type where quality has declined by more than one standard deviation. Each regression alert includes the severity (minor, moderate, severe), the dimension or content type affected, the baseline value, the current value, and the trend direction.scripts/quality-tracker.py --brand {slug} --action get-best --days {period} --limit 5 and scripts/quality-tracker.py --brand {slug} --action get-worst --days {period} --limit 5 to retrieve the highest and lowest scoring evaluations in the period. These provide concrete examples that illustrate what good and poor quality looks like for this brand.skills/context-engine/eval-rubrics.md for dimension-specific improvement strategies.A structured quality intelligence report containing:
development
Build a content cluster plan from seed keywords — pillar+spokes architecture with internal-link map, intent grouping, and quality scorecard. Use when: planning topical authority, designing a content hub, deduping cannibalising pages, or staging a programmatic content rollout.
testing
Validate a brand profile end-to-end — required fields, voice/audience completeness, connector reachability, credentials health, and compliance prerequisites — without exposing credential values. Run after any credential change or brand-profile edit.
testing
Orchestrate the full multi-channel launch of an approved campaign plan — pre-launch checklist, asset readiness gate, channel-by-channel activation, CRM campaign record creation, kickoff comms, day-1 monitor setup. Broader than /launch-ad-campaign (which is paid-ads only).
testing
Audit a brand's existing live campaigns across every active channel — paid, organic, email, social, content, SEO. Produce a current-state inventory, quick-wins backlog, and red-flags list. Use during agency onboarding or before any /campaign-plan refresh.