character-animation-qa
Character Animation QA
Use this skill before presenting a character-animation preview or final render.
Review Layers
- Schema validation: character design, rig plan, pose library, action timeline.
- Static asset checks: referenced parts and backgrounds exist.
- Browser preview: load the preview, capture screenshots, collect console errors.
- Motion check: compare sampled frames for non-trivial differences.
- Final MP4 check: ffprobe metadata, duration, resolution, audio, frame samples.
- Agent visual review: inspect sampled frames for detached limbs, bad layers, off-frame characters, unreadable expressions, broken text.
Playwright Pattern
const browser = await chromium.launch();
const page = await browser.newPage({ viewport: { width: 1280, height: 720 } });
await page.goto(previewUrl, { waitUntil: "networkidle" });
await page.screenshot({ path: "preview.png" });
Pass/Revise/Fail
pass: technical checks pass, acting is readable.revise: fixable rig/timeline issue.fail: missing assets, blank render, runtime failure, or wrong runtime.
Sources
- Playwright screenshots: https://playwright.dev/docs/screenshots
- Playwright page navigation: https://playwright.dev/docs/api/class-page#page-goto
- FFmpeg/ffprobe should be used for final media probing: https://ffmpeg.org/ffprobe.html
More from calesthio/openmontage
video-edit
|
28ffmpeg
Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task.
24video-translate
|
24acestep
AI music generation with ACE-Step 1.5 — background music, vocal tracks, covers, stem extraction for video production. Use when generating music, soundtracks, jingles, or working with audio stems. Triggers include background music, soundtrack, jingle, music generation, stem extraction, cover, style transfer, or musical composition tasks.
24beautiful-mermaid
Render Mermaid diagrams as SVG and PNG using the Beautiful Mermaid library. Use when the user asks to render a Mermaid diagram.
24bfl-api
BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.
23