From ads-visual-fs
Activates after image generation to evaluate the output against brand compliance and brief alignment. Runs as step 5b in the standard workflow — between Generate and Review. Auto-retries on gross brand failures; advisory-only for fine-grained issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ads-visual-fs:quality-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate generated ad images for brand compliance and brief alignment before presenting to the user.
Evaluate generated ad images for brand compliance and brief alignment before presenting to the user.
Automatically after every image generation call in any command (create, reimagine, refine, resize, competitor-reference, campaign). This is step 5b in the workflow — between Generate (step 5) and Review (step 6).
After an image is generated and saved to disk:
Check for gross failures only. LLM vision cannot reliably detect exact hex values or measure pixel-level spacing. Only flag obvious misses:
IF gross brand failure (wrong colors, missing logo, off-concept):
→ FAIL → auto-retry (max 2 retries per image)
→ On retry: append to prompt "IMPORTANT: The previous generation had [specific issue].
Ensure this attempt corrects it."
IF fine-grained or brief alignment issues only:
→ WARN → present image to user with advisory warnings
→ Example: "Note: The headline text may not be fully legible at small sizes."
IF no issues:
→ PASS → present image to user normally
npx claudepluginhub jeffrey94/jeffrey-skills --plugin ads-visual-fsReview a creative asset against brand guidelines, performance patterns, concept standards, and strategic framework. Provides structured, actionable feedback with a scorecard. Activate when users ask to "review this ad", "QA this creative", "give feedback on", "review this asset", "check this against brand guidelines", "creative review", "is this ready to launch", or share a creative for review.
Runs multi-stage QA on marketing assets for social media, email, and digital ads, validating file specs, content accuracy, brand compliance, and channel rules.
Compares a Canva design against a brand kit to report off-palette colors, non-brand fonts, logo misuse, and off-tone copy. Read-only; no edits.