一键导入
review-bundle
Review a local video artifact bundle, summarize report status across known artifacts, and point the agent at the first useful review surfaces.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review a local video artifact bundle, summarize report status across known artifacts, and point the agent at the first useful review surfaces.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Assemble a grounded review prompt from a local artifact bundle so Codex or Claude Code can inspect the right files and ask the right questions.
Check a local video against layout annotations, safe zones, OCR text boxes, and frame samples so agents can catch cropped content, caption overlap, unreadable overlays, and platform-unsafe composition before shipping.
Collect first-pass source media facts, audio silence/energy, shot estimates, representative frame status, and persistent text/caption risk evidence.
Review a rendered video for technical defects such as resolution mismatch, missing or near-silent audio, black or white frames, edge gutters, low motion, sparse caption bands, and layout issue pass-through.
Fuse video shot segments with storyboard frames, OCR, transitions, and timeline artifacts into one per-segment evidence map for grounded video review.
Extract at least one storyboard frame per video shot segment so later OCR and segment evidence fusion can cover gaps missed by global sampling.
| name | review-bundle |
| description | Review a local video artifact bundle, summarize report status across known artifacts, and point the agent at the first useful review surfaces. |
Use this when a repo already produced a run and the agent needs the shared review layer rather than repo-specific generation logic.
This skill does not replace domain-specific QA. It tells the agent:
Use the same bundle locators as video-artifact-intake, plus optional prompt
hints:
{
"outputDir": "./output/example-run",
"includePromptHints": true
}
includePromptHints defaults to true. Set it to false when you only need a
machine-readable bundle/status summary.
The result includes the normalized intake result plus a review-oriented summary of artifact availability, report status, recommended focus, and optional prompt hints. It does not open or deeply evaluate every report.
Run video-artifact-intake first only if path resolution is ambiguous;
otherwise review-bundle can do intake itself. If the review identifies
storyboard files, inspect them directly or continue with
storyboard-transitions/storyboard-understand. If storyboard files are absent
and a primary video exists, generate them with storyboard-extract and
storyboard-ocr.
Treat fail or warn as routing signals to inspect the named artifact, not as
complete diagnostics. Treat unknown as insufficient structured evidence. A
present trace.zip means failure evidence may exist outside JSON and should be
unpacked or inspected if relevant to the task.
Do not claim the video is correct because overallStatus is pass; the skill
only summarizes known reports. Abstain from visual, caption, or UX judgments
unless the result points to concrete artifacts you inspect.
If the run directory is wrong, the review will faithfully summarize the wrong
bundle. If reports use custom schemas without status, passed, or
hasFailures, they may appear only as present; read them manually before
concluding they passed.
Repo-side runner:
node --import tsx scripts/harness/review-bundle.ts
Installed-pack runner:
node ./.video-evaluator/agent/run-tool.mjs review-bundle