Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Review local character animation with schema checks, Playwright browser previews, frame sampling, and FFmpeg/ffprobe final output checks.
.claude/skills/video-production-buddy-character-animation-qa/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 38% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 94% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -42% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -20% | 0% |
Use this skill before presenting a character-animation preview or final render.
off-frame characters, unreadable expressions, broken text.
tsconst 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: technical checks pass, acting is readable.revise: fixable rig/timeline issue.fail: missing assets, blank render, runtime failure, or wrong runtime.https://playwright.dev/docs/screenshots
https://playwright.dev/docs/api/class-page#page-goto
https://ffmpeg.org/ffprobe.html
Other measured skills in the registry, with their headline benchmark lift.