Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a concise, highly actionable set of prompt templates and rules with clean organization. Its main weaknesses are missing verification for the fragile batch panel-count requirement and references to a 'reference/' directory that is not actually provided.
Suggestions
Add an explicit verification step for grid generation, e.g. 'After composing the prompt, count the listed panels and confirm the total equals rows×cols before returning; fix any missing or merged panels.'
Either create the referenced reference/ files (character-prompt.md, scene-prompt.md, shot-prompt.md) or remove the dead '参考:reference/...' links since the templates are already inlined.
Consolidate the repeated boilerplate ('no merged panels, no missing panels, no text, no watermark') into the shared 通用规则 section to reduce duplication across the three grid-mode templates.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean: it provides template structures and tight generation rules without explaining concepts Claude already knows (no preamble on what image prompts are), and every section earns its place. | 3 / 3 |
Actionability | It gives concrete, copy-paste-ready templates with specific constraints — exact panel counts ('exactly [rows*cols] visible panels'), dimensions ('每格 960x540'), and required phrases ('consistent art style') — leaving little ambiguity for an instruction-only skill. | 3 / 3 |
Workflow Clarity | Generation rules and a numbered general-rules checklist give a clear procedure, but grid generation is a batch operation with heavy emphasis on exact panel counts and no verification checkpoint (e.g. 'count panels, confirm = rows×cols before returning'), which caps this at 2. | 2 / 3 |
Progressive Disclosure | The body is well-organized with clear per-type sections and inline content, but it repeatedly references 'reference/character-prompt.md', 'reference/scene-prompt.md', and 'reference/shot-prompt.md' — files that do not exist in the bundle — so the signaled references are broken. | 2 / 3 |
Total | 10 / 12 Passed |