Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The content is highly actionable with concrete, copy-paste bash commands and detailed parameter tables, but it is verbose with redundancy and basic cinematography padding, lacks validation/feedback loops for expensive generation operations, and is a monolithic file that references a non-existent script. Tightening, adding verification steps, and either providing or removing the script reference would lift the weaker dimensions.
Suggestions
De-duplicate the repeated 'audio is mandatory' and 'single-beat' guidance (Prompts, Protocol, and Common Mistakes) into one canonical statement and cross-reference it.
Add a verification/feedback step to the generation workflow (e.g. check the returned video for watermark, duration, and tier-appropriate aspect ratio before considering the job done), since video generation is a batch/expensive operation.
Provide the referenced 'scripts/generate-seedance.sh' as a bundle file (or remove the broken reference) and consider splitting the Camera Language Reference and Prompt Templates into separate referenced files to improve progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is ~600 lines with redundancy (the audio-is-mandatory and single-beat rules are each repeated several times, e.g. Common Mistakes items 5 and 10 both cover missing audio) and includes a Camera Language Reference explaining basic terms like 'Pan left/right' and 'Close-up' that Claude already knows. Not a 1 because most content is skill-specific and actionable rather than padding; not a 3 because it could be materially tightened. | 2 / 3 |
Actionability | Provides many concrete, copy-paste-ready bash commands with full flag syntax (e.g. 'bash scripts/generate-seedance.sh --mode i2v --tier global --file hero.jpg --subject "..." --duration 8 --view') and specific parameter tables. This matches the fully-executable-instruction anchor rather than the pseudocode anchor. | 3 / 3 |
Workflow Clarity | Steps are listed (Prompt Optimization Protocol, async submit-then-check pattern, per-mode command examples) but there are no validation checkpoints or error-recovery feedback loops for batch/expensive video-generation operations, which per the scoring notes caps workflow_clarity at 2. | 2 / 3 |
Progressive Disclosure | Section headers and tables give it clear internal structure, but the skill is a single monolithic ~600-line file with content (camera reference, prompt templates, 12 capability patterns) that could be split into referenced files. The repeatedly-referenced 'scripts/generate-seedance.sh' does not exist in the bundle, so signaled references point to missing files. Not a 1 because organization is reasonable; not a 3 because there are no real one-level-deep references and content is not appropriately split. | 2 / 3 |
Total | 9 / 12 Passed |