character-animation-qa

Validate character animation pipelines with schema, asset, and render checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hanzoai/video --skill character-animation-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: character-animation-qa
Source: https://github.com/hanzoai/video/tree/main/.agents/skills/character-animation-qa
Command: npx skills add https://github.com/hanzoai/video --skill character-animation-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review current character animation pipelines to ensure designs, rigs, and timelines are consistent before previews or final renders, reducing errors late in production.

Core Features & Use Cases

  • Schema validation: character design, rig plan, pose library, and action timeline.
  • Static asset checks: verify referenced parts and backgrounds exist.
  • Browser previews: load previews via Playwright, capture screenshots, and surface console errors.
  • Motion checks: sample frames to detect non-trivial differences and ensure smooth playback.
  • Final MP4 checks: validate metadata and quality using ffprobe and FFmpeg, including duration, resolution, and audio presence.
  • Agent visual review: inspect sampled frames for artifacts such as detached limbs, misaligned layers, or unreadable text.

Quick Start

Run a full QA pass on a local character animation project by validating the design schema, assets, and preview- and render-time checks from Playwright previews to FFprobe final output.

Frequently Asked Questions about character-animation-qa

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

FAQPage Schema
How do I validate character animation pipelines before final render?

Perform motion checks by sampling frames during playback to detect non-trivial differences and ensure smooth animation, then inspect sampled frames for artifacts like detached limbs, misaligned layers, or unreadable text.

What's the best way to check final MP4 render quality for character animation?

Check final MP4 render quality using ffprobe and FFmpeg to validate metadata, duration, resolution, and audio presence, ensuring the final output meets character animation pipeline requirements.

Does this QA process verify rig plans and pose consistency automatically?

Yes, the QA process verifies rig plans and pose consistency by enforcing schema validation for character design, rig plans, pose libraries, and action timelines, checking that referenced parts and backgrounds exist.

Can I use Playwright to capture screenshots and detect console errors in animation previews?

Yes, you can use Playwright to load browser previews, capture screenshots of character animation frames, and surface console errors during the preview stage of the QA pipeline.

Why does my character animation pipeline need schema validation for action timelines?

Schema validation for action timelines ensures designs, rigs, and timelines are consistent before previews or final renders, reducing errors late in production and enforcing required fields across the character animation pipeline.