review-pacinglisted
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Review Pacing / 节奏评分
## When to use / 何时使用
Final QC before encoding. Catches saggy middles and over-compressed openings.
最终编码前的 QC。提前发现中段疲软、开头过赶。
## Inputs / 输入
- `workspace/timeline.json`.
- `workspace/aroll/master.mp4`.
## Output / 输出
- `workspace/qc/pacing.report.md`.
- `workspace/qc/pacing.score.json`: `{overall: 0–100, sag_windows: [{start,end,severity}], suggestions[]}`.
## Steps / 步骤
1. Compute average shot length per 30 s window.
2. Detect windows with ASL > 12 s and B-roll density < 0.3 → sag candidate.
3. Score overall; emit recommendations (cut, add B-roll, accelerate VO).
## Examples / 示例
```
claude run review-pacing
```
## Failure recovery / 失败回退
- If score < 50, recommend re-edit before publish.
- If timeline missing, abort.