Claude Skill

verify-product-image

QC gate for a generated static ad image — verify the file opens, matches the requested dimensions, shows the correct product/subject (right shape, colour, label, logo), and has no garbled text or severe artifacts. Records pass/fail/needs-human in verification.md. Used as the fina

LLM Mart · 0 points · 6 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download gooseworks-ai-goose-skills-skills_ads_capabilities_verify-product-image-e1592ee.zip · 1 KB
Part of gooseworks-ai/goose-skills — 44 skills

Install

skills CLI npx skills add https://github.com/gooseworks-ai/goose-skills/tree/main/skills/ads/capabilities/verify-product-image
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install gooseworks-ai-goose-skills@llmmart
Git git clone https://github.com/gooseworks-ai/goose-skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole gooseworks-ai/goose-skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

verify-product-image

Verify image files open, match requested dimensions, show the requested subject/product, and have no severe artifacts.

Checks

  • Confirm required input files exist.
  • Confirm output files or written plans match the skill contract.
  • Product/asset: the featured hero is the brand's real product (or app UI for SaaS), matching the kit asset — not a mascot, logo, or placeholder standing in for the product.
  • Brand alignment: colours come from the intended source (the reference's palette for style_source: template, the kit's documented colors for brand) — no invented/off-brand colour (e.g. an accent pulled off a logo or mascot). Typography matches the kit's fonts.
  • Text/logo: copy and label text are real and correctly spelled; any logo is the brand's correct, undistorted mark.
  • Record pass, fail, skipped, blocked, or needs human review in verification.md.
Files (goose-skills)
  • SKILL.md 1.3 KB
    ---
    name: verify-product-image
    description: QC gate for a generated static ad image — verify the file opens, matches the requested dimensions, shows the correct product/subject (right shape, colour, label, logo), and has no garbled text or severe artifacts. Records pass/fail/needs-human in verification.md. Used as the final check in the static ad remix flow before shipping.
    ---
    
    # verify-product-image
    
    Verify image files open, match requested dimensions, show the requested subject/product, and have no severe artifacts.
    
    ## Checks
    
    - Confirm required input files exist.
    - Confirm output files or written plans match the skill contract.
    - **Product/asset:** the featured hero is the brand's real product (or app UI for SaaS), matching the
      kit asset — not a mascot, logo, or placeholder standing in for the product.
    - **Brand alignment:** colours come from the intended source (the reference's palette for
      `style_source: template`, the kit's documented `colors` for `brand`) — **no invented/off-brand
      colour** (e.g. an accent pulled off a logo or mascot). Typography matches the kit's fonts.
    - **Text/logo:** copy and label text are real and correctly spelled; any logo is the brand's correct,
      undistorted mark.
    - Record pass, fail, skipped, blocked, or needs human review in `verification.md`.
    
  • skill.meta.json 255 B
    {
      "slug": "verify-product-image",
      "category": "capabilities",
      "domain": "ads",
      "tags": ["ads", "design"],
      "installation": {
        "base_command": "npx goose-skills install verify-product-image",
        "supports": ["claude", "cursor", "codex"]
      }
    }
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related