| name | sume-media-qa |
| description | Inspect and compare Sume media outputs locally with no provider calls, using duration/codec checks, still sheets, side-by-side comparisons, and artifact notes. |
Sume Media QA
Use this skill to inspect existing Sume outputs without submitting new paid
generation jobs.
Get Files Only When Needed
sume jobs result <job_id> --agent --json
sume jobs download <job_id> --output-dir ./sume-outputs --json
Use explicit output directories. Final reports should mention local filenames,
counts, dimensions, duration, and issues, not full media URLs.
Local Checks
Use local tools when available:
ffprobe -v error -show_format -show_streams ./sume-outputs/video.mp4
Check:
- duration and aspect ratio;
- codec/container compatibility;
- audio presence and sync;
- obvious visual artifacts;
- product/identity continuity;
- whether a side-by-side comparison or still sheet is needed.
Report
Return a compact QA note with files inspected, pass/fail observations, and
recommended next action. Keep provider internals and full URLs out of the
report.
Not For
Do not create Avatar or Avatar Video jobs from this skill. Use
sume-avatar-video, sume-min-latency, sume-quality-experiment, or
sume-spend-capped-dogfood when paid generation is needed.