Verify product image
Skill gooseworks-ai/goose-skills/skills/ads/capabilities/verify-product-image
Library of Growth & GTM skills + data APIs for Claude Code, Codex, Cursor to run ads, social, content, lead gen, seo and data scraping
npx -y skills add gooseworks-ai/goose-skills --skill verify-product-imageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.3 KB, as published. Nobody here has run it
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 documentedcolorsforbrand) — 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.