review-script-pacinglisted
Install: claude install-skill huodebing-alt/Agentic-Headshot-Video-Studio
# Review Script Pacing / 脚本节奏审核
## When to use / 何时使用
After draft, before TTS. Catches mouth-twisting sentences and uneven section length.
初稿生成后、配音之前。揪出绕口长句和章节失衡。
## Inputs / 输入
- `workspace/script/script.full.md`.
- `config/style.yaml` (`max_sentence_words`, `target_section_seconds`).
## Output / 输出
- `workspace/script/pacing.report.md` with: per-section duration, longest 10 sentences, recommended cuts.
- `workspace/script/pacing.score.json`: `{overall: 0–100, by_section: [...]}`.
## Steps / 步骤
1. Parse sections; compute estimated seconds per section.
2. Flag sentences > `max_sentence_words` and suggest break points.
3. Score hook (first 15s) on question/promise/pattern-interrupt heuristics.
4. Score section balance (stddev of section durations).
5. Write report + score JSON.
## Examples / 示例
```
claude run review-script-pacing
```
## Failure recovery / 失败回退
- If score < 60, recommend re-running generate-script with revised brief.
- If a single section > 90s, suggest splitting it.