Content
61%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.
The body is highly actionable with executable commands across all modes, but it is verbose in places and monolithic — no content is split into reference files and the cited generate-seedance.sh script is missing from the bundle. Workflows lack explicit validation feedback loops.
Suggestions
Move the endpoint reference table, camera language reference, and prompt templates into separate files under references/ and link to them from SKILL.md, turning the body into an overview.
Provide the missing scripts/generate-seedance.sh (or correct the reference path) so the inlined commands are actually executable.
De-duplicate the audio-mandatory and single-beat rules into a single authoritative section, and trim the basic camera-movement table that Claude already knows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient domain-specific material, but the Camera Language Reference explains basics Claude already knows ('Pan left/right — Camera rotates horizontally'), and the audio-mandatory and single-beat rules are each repeated three to four times across sections. | 3 / 5 |
Actionability | Copy-paste-ready 'bash scripts/generate-seedance.sh' invocations with full flags cover all nine modes plus an async pattern, providing fully executable guidance for the common cases. | 5 / 5 |
Workflow Clarity | The Prompt Optimization Protocol is a list of principles rather than a sequenced workflow, and the async submit→check pattern lacks a validate→fix→retry feedback loop, capping batch/async workflow clarity at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist and SKILL.md is a 625-line monolith inlining endpoint tables, camera reference, and prompt templates that belong in separate files; the repeatedly referenced 'scripts/generate-seedance.sh' is absent from any bundle directory. | 2 / 5 |
Total | 13 / 20 Passed |