Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced procedural skill with concrete commands, model mappings, and explicit confirmation/stability checkpoints gating costly generation steps. Its main weakness is progressive disclosure: at ~240 lines with no reference files, some detailed material could be split out for a leaner overview.
Suggestions
Extract the Prompt Consistency Rules / Keyframe Generation Order and the Script Format spec into one-level-deep reference files (e.g. references/keyframes.md, references/script-format.md) and link from the body, so SKILL.md stays a concise overview.
De-duplicate the storyboard-first / confirmation guidance that recurs in Default Workflow, Production Strategy, and Storyboard-First Rule so each constraint is stated once.
Tighten verbose bullets like the subject-library reuse note ('Do not keep reusing raw subject-library portraits... unless you truly need extra补充 angles or missing objects') to reduce token cost.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Dense, almost entirely procedural rules with no padding and no over-explanation of concepts Claude already knows; held back from 5 by minor restating of the storyboard-first / confirmation guidance across the Workflow, Production Strategy, and Storyboard-First sections. | 4 / 5 |
Actionability | Fully executable guidance: exact app_cli(command="...") invocations, model mappings (wan2.7-t2v/r2v/i2v-video), concrete image-count limits (0, 1-5, exactly two in 首帧/尾帧 order), a markdown table template, and labeled prompt format ('Image 1: ...') covering all three modes. | 5 / 5 |
Workflow Clarity | A clear 10-step sequence with explicit validation checkpoints ('If the user has not yet confirmed the script, do not generate the video'), storyboard-first gating, and a keyframe-stability feedback loop ('Only after the keyframes are stable should video generation proceed'). | 5 / 5 |
Progressive Disclosure | No bundle files exist and the single ~240-line file is well-sectioned, but the detailed keyframe prompt-consistency rules and script-format spec are long enough that they could plausibly live in one-level-deep reference files, leaving the body a tighter overview. | 3 / 5 |
Total | 17 / 20 Passed |