Runs a unified pre-publish quality gate on marketing content, scoring across hallucination, brand voice, structure, and claims dimensions. Returns a pass/warn/blocked decision with fix suggestions.
How this command is triggered — by the user, by Claude, or both
Slash command
/digital-marketing-pro:check <file-or-content> [--full|--compliance] [--brand <slug>] [--evidence <path>] [--schema <name>]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /digital-marketing-pro:check — Pre-Publish Quality Gate Runs the unified evaluation suite on marketing content. Wraps `scripts/eval-runner.py` and produces a single pass / warn / blocked decision with actionable issues. This is the canonical pre-publish gate for any marketing content (blog posts, ad copy, emails, social posts, landing pages, press releases). In v3.0 and earlier, the same checks ran automatically as a global PreToolUse hook on every Write/Edit operation in every project. In v3.1 that hook was removed because it fired across all plugins and projects regardless of context....
Runs the unified evaluation suite on marketing content. Wraps scripts/eval-runner.py and produces a single pass / warn / blocked decision with actionable issues.
This is the canonical pre-publish gate for any marketing content (blog posts, ad copy, emails, social posts, landing pages, press releases). In v3.0 and earlier, the same checks ran automatically as a global PreToolUse hook on every Write/Edit operation in every project. In v3.1 that hook was removed because it fired across all plugins and projects regardless of context. v3.2 introduces this command as the explicit replacement.
/digital-marketing-pro:check drafts/q2-launch-blog.md
/digital-marketing-pro:check drafts/healthcare-ad.md --full --brand healthfirst --evidence facts/q2-claims.json --schema ad_copy
/digital-marketing-pro:check drafts/financial-services-landing.md --compliance --brand finadvisor
/digital-marketing-pro:check "Inline content can also be checked directly."
| Flag | Mode | What it runs |
|---|---|---|
| (default) | run-quick | hallucination + content quality + readability (~2s, no external deps) |
--full | run-full | All 6 dimensions including brand voice + claims + structure (when corresponding inputs provided) |
--compliance | run-compliance | Compliance-focused: hallucination + claims + brand voice + structure |
| Flag | Purpose |
|---|---|
--brand <slug> | Score against named brand's voice profile. Defaults to active brand if set. |
--evidence <path> | Cross-check claims against a JSON evidence file. |
--schema <name> | Validate structure against a named schema (blog_post, email, ad_copy, social_post, landing_page, press_release, content_brief, campaign_plan, or --schema list to see all). |
The command returns a unified report with:
For assets flagged as AI-generated (file metadata or accompanying --evidence JSON declares ai_generated: true) AND brand profile target_markets include any EU/EEA jurisdiction, the gate runs C2PA verification on the asset and treats a missing or invalid manifest as a CRITICAL issue. Article 50 applies from 2 Aug 2026 — penalty up to EUR 15M or 3% global turnover. To embed a manifest, use /digital-marketing-pro:c2pa-metadata.
npx claudepluginhub maccabicapital/digital-marketing-pro2plugins reuse this command
First indexed Jun 8, 2026
/checkRuns unified pre-publish quality gate on marketing content, evaluating hallucination, brand voice, structure, and claims. Produces a pass/warn/blocked decision with actionable issues.
/brand-reviewConducts brand compliance review of marketing materials at <asset-path>, evaluating logo, colors, typography, messaging, legal claims, and accessibility; produces MD reports with issues and remediation.
/tone-checkAudits copy against a brand voice guide, scoring fit and flagging phrase-level deviations with evidence and rewrite suggestions.
/enforce-voiceApplies brand guidelines to content requests by analyzing voice constants, tone, messaging, and terminology, then generates validated brand-aligned content with explanations of choices made.
/start-1-5Teaches how to use specialized reviewer agents for marketing content quality assurance, including brand voice, SEO, conversion, and persona-based reviewers.
/checkRuns project validation checks (lint, test, type-check) and fixes any errors found, without committing changes.