image-qa

Reviews AI-generated images against a visual checklist and OCR text comparison to issue accept, regenerate, or overlay verdicts.

5|2|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/LongLeo287/seosona-flow --skill image-qa-longleo287
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: image-qa
Source: https://github.com/LongLeo287/seosona-flow/tree/main/.claude/skills/image-qa
Command: npx skills add https://github.com/LongLeo287/seosona-flow --skill image-qa-longleo287

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI image models cannot reliably review their own output, so generated images often ship with extra fingers, distorted faces, garbled text, wrong Vietnamese diacritics, leftover watermarks, or style drift. This Skill runs a separate, evidence-based quality review before an image is used in a SEOSONA Flow pipeline. ## Core Features & Use Cases - Visual checklist review: Scores hands, faces, in-image text, watermarks, style match, composition, and thumbnail legibility as PASS/FAIL with one-line reasons. - Text-integrity check: OCRs all visible text and compares it character-by-character against the expected string, flagging dropped characters, garbled glyphs, wrong diacritics, bad line breaks, and edge clipping. - Actionable verdicts: Returns ACCEPT, REGENERATE (with one concrete prompt fix), or OVERLAY (reserve space and render real vector text instead of trusting the model to spell correctly). - Use Case: After generating 30 product images in one style, run each through this quality gate to catch the image where the headline lost a Vietnamese tone mark, and route it to a text-overlay fix instead of a costly regeneration. ## Quick Start Review this generated image against my brief and expected text, then give me a verdict of ACCEPT, REGENERATE, or OVERLAY with the single most important fix.

Frequently Asked Questions about image-qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check AI-generated images for quality issues before publishing?▼

Run each image through a structured checklist covering hands, faces, in-image text, watermarks, style match, composition, and thumbnail legibility. Each item gets a PASS/FAIL with a one-line reason, ending in an ACCEPT, REGENERATE, or OVERLAY verdict.

How to detect misspelled or garbled text in AI-generated images?▼

OCR all visible text in the image and compare it character-by-character against the expected string. The comparison flags dropped characters, extra characters, garbled glyphs, wrong line breaks, edge clipping, and unwanted diacritics, failing the image on any mismatch.

Should I regenerate an image when the AI renders text wrong?▼

No, prefer the overlay approach. Ask the model to reserve empty space in the image, then render the text with a real vector text overlay tool, which guarantees correct spelling and diacritics instead of relying on the model to render text correctly.

Why do AI image models produce wrong Vietnamese diacritics?▼

Image models treat text as visual patterns rather than language, so tone marks and diacritics are frequently dropped, misplaced, or garbled. A separate OCR-diff review step catches these errors because the generating model cannot reliably review its own output.

What are the limitations of automated AI image quality review?▼

The review depends on having a clear brief and expected text string; without them the reviewer must state its assumptions. Uncertain checklist items are marked FAIL by default, which can require manual inspection for borderline cases.