Agent 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 final check in the static ad remix flow before shipping.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add gooseworks-ai/goose-skills --skill verify-product-image --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ads/capabilities/verify-product-image/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`.

What's inside
Steps it walks through
  1. Checks
Ships with 1 file
  • skill.meta.json
More from goose-skills
All skills →
About this skill
What does the verify-product-image skill do?

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.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill verify-product-image --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going