← ClaudeAtlas

check-visual-consistencylisted

Verify brand palette, font, lower-third style, and avatar framing remain consistent across all segments and B-roll clips. Use late in QC.
huodebing-alt/Agentic-Headshot-Video-Studio · ★ 0 · AI & Automation · score 71
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Check Visual Consistency / 视觉一致性 ## When to use / 何时使用 QC pass before publishing; flags off-brand colors and frame drift. 发布前 QC;提示偏色与镜头漂移。 ## Inputs / 输入 - All `workspace/aroll/seg_*.mp4` and `workspace/broll/*.mp4`. - `config/brand.yaml` (palette hexes, font names). ## Output / 输出 - `workspace/qc/visual.report.md` with per-clip color histogram delta and font fingerprints. ## Steps / 步骤 1. Sample 5 frames per clip; extract dominant palette (k-means k=5). 2. Compare to brand palette via LAB ΔE; flag ΔE > 15. 3. OCR a sample frame, check font feature vector against brand fonts. 4. Emit report. ## Examples / 示例 ``` claude run check-visual-consistency ``` ## Failure recovery / 失败回退 - If OCR confidence low, skip font check and warn. - If many ΔE flags, suggest re-running B-roll with locked palette.