Content
78%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, concise reference with executable examples and useful tables, undermined by a progressive-disclosure gap: the body ignores its own bundle files, which are also inconsistent with the documented API.
Suggestions
Link the relevant bundle files from the body (e.g., point to references/cinematic-presets.md for preset recipes and references/shot-sequence-generator.md for multi-shot workflows) so the reference layer is actually discoverable.
Reconcile the bundle files with SKILL.md: the bundles use a kling-v1.5 camera_motion/camera_intensity API that contradicts the body's kling-v2-6 camera_control simple-config model, which will mislead execution.
Replace or remove references/examples.md ('See code examples above') and references/errors.md, whose content duplicates the body's Error Handling table without adding value.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and avoids explaining concepts Claude already knows, relying on tight code blocks and tables; the only redundancy is the Shot Type Quick Reference overlapping the worked examples. | 4 / 5 |
Actionability | Provides copy-paste-ready, fully executable Python calls with concrete model names, config fields, and value ranges, and the quick-reference and intensity tables cover the common shot cases. | 5 / 5 |
Workflow Clarity | As a single-action skill (build a camera_control config and POST), the action is unambiguous and the simple-mode rule is clearly stated; it stops short of explicit validation checkpoints, but no destructive/batch cap applies. | 4 / 5 |
Progressive Disclosure | The body is well-sectioned, but none of the five bundle files in references/ are linked or signaled from SKILL.md, and those bundles describe an inconsistent API surface (kling-v1.5 / camera_motion) versus the body's simple-config model (kling-v2-6), leaving structure present but poorly navigated. | 3 / 5 |
Total | 16 / 20 Passed |