From short-video-director
Reviews scriptwriting for story completeness, pacing, character consistency, and ending execution. Used by a Director agent to check scripts and provide revision notes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/short-video-director:director-review-scriptopusdirectorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `story/episodes/$ARGUMENTS[0]/outline.md` — 必须读取
story/episodes/$ARGUMENTS[0]/outline.md — 必须读取story/episodes/$ARGUMENTS[0]/script.md — 必须读取assets/characters/*.md — 若存在则读取(角色一致性审核)$ARGUMENTS[0] — 当前集数(如 ep01)审核 Scriptwriter 生成的剧本,输出"通过"或"需修改 + 修改意见列表"。直接下游是 scriptwriter-fix-script skill:当你判"需修改"时,意见列表会被自动传给 fix skill 在最多 2 轮内修订剧本,列表里的每一条都会被执行。判定(通过/需修改)是质量门槛,意见列表是给 fix skill 的工作单。剧本审核的核心价值是"挡住会让分镜失败的内容"——抽象台词、缺画面信息、节奏失衡、结局执行不到位都会让 short-storyboard 二次发挥,最终视频质量崩塌。
审核结果写入 story/episodes/$ARGUMENTS[0]/.review-script.md(append 模式,每轮追加一段)。
Round 自检:
.review-script.md(若不存在,本次为第 1 轮;若存在,grep ^## 第 [0-9]+ 轮 找最大 N,本次为第 N+1 轮)本轮段格式:
通过时(仅 heading 行):
## 第 {N} 轮 ({YYYY-MM-DD HH:MM}) - 通过
不通过时:
## 第 {N} 轮 ({YYYY-MM-DD HH:MM}) - 需修改 ({M} 项)
1. **{位置}:** {问题描述} → {修改建议}
2. **{位置}:** {问题描述} → {修改建议}
注意:每轮段前留一个空行,与上一轮段隔开。
skills/scriptwriter-script/rules.md — 必须读取,按照其中的规则逐条审核除 rules.md 中的规则外,重点审核以下叙事层面的问题:
最多 2 轮反馈。审核时需检查是否存在现实中的明星或公众人物名字、真实地名、商标名,发现则要求替换为虚构名称。
story/episodes/$ARGUMENTS[0]/.review-script.md(append 模式,详见上文「输出格式」段的 Round 自检流程)pass 或 needs_revision {M}({M} = 本轮意见条数)→ 返回给 workflownpx claudepluginhub wddxh/shortvideodirectorReviews storyboard episodes for narrative completeness, pacing, dialogue density, and technical compliance. Outputs pass/needs-revision judgments with scene-level revision instructions for a downstream fix skill.
Rewrites novel episodes to match updated character sheets, plot guides, and bootstrap settings. Analyzes discrepancies in plot, character depth; rewrites scenes; verifies consistency via 3-phase agent team. Invoke with /rewrite, /revise, episode ranges.
Multi-perspective adversarial review of fiction manuscripts. Spawns specialized agents for structure, character, narrative, and consistency checks, with automatic solo fallback when agents are unavailable.