Use when the user wants to review or sanity-check a storyboard, prompt pack, script, or generated asset set for consistency, platform fit, and creative quality before final delivery or generation.
Use this skill to review creative work before handoff, generation, or publishing.
9:16, 16:9, short-form pacing, or still-image useImageUnderstandingAgent for imagesVideoUnderstandingExpert for videospass: no material blockers, only optional polishrevise: usable direction but there are issues that should be fixed before generation or handoffblock: high-risk mismatch, missing inputs, or structural failure that should stop the next stepIf a prompt pack needs source comparison first:
{"input_path":"inbox/reference.png","mode":"prompt"}
If a generated video needs intent comparison:
{"input_path":"inbox/output.mp4","mode":"shot_breakdown"}
If the QC result says the script itself should be revised:
{"input_text":"<script to revise>","mode":"rewrite","constraints":"fix repetition and keep the original meaning"}
Return a QC summary like this:
{
"status": "pass",
"critical_issues": [],
"major_issues": [],
"minor_issues": [],
"fix_plan": [
"..."
],
"residual_risks": [
"..."
]
}