Content
93%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 concise, highly actionable skill body with executable commands for both variants and concrete verification steps. The only gap is the lack of an explicit retry/fix loop when verification flags a problem.
Suggestions
Add a short feedback loop under Verification, e.g. 'If subtitles stack as two Chinese lines or titles are garbled, re-run render-vertical with adjusted subtitle segmentation and re-check the preview.'
The reference to vertical_srt.py in Subtitle Behavior points to a file not present in any bundle; either add it to references/ or clarify it is an internal upstream source so the reference is not misleading.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body of commands plus a tight bulleted subtitle-behavior spec; no padding or explanations of concepts Claude already knows, and every section earns its place. | 5 / 5 |
Actionability | Two copy-paste-ready command blocks covering the common cases (bilingual short-subtitle and dubbed) with all flags filled in, plus concrete executable verification commands. | 5 / 5 |
Workflow Clarity | A clear verification checkpoint is present (rg + ffmpeg preview, with what to check for), but there is no explicit fix/retry feedback loop if subtitles are garbled or stacked, leaving a minor validation gap. | 4 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections (Bilingual, Dubbed, Subtitle Behavior, Outputs, Verification) and self-contained with no external references needed, satisfying the simple-skill exception. | 5 / 5 |
Total | 19 / 20 Passed |