Content
63%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.
This is a well-structured, actionable instruction skill with concrete prompt templates, commands, and revision rules; its main weaknesses are inline-heavy content that would benefit from referenced bundle files and the lack of an explicit validation feedback loop for the batch image-extraction step.
Suggestions
Move the three full agent prompt templates (Author/Editor/Reader) into separate files under references/ (e.g. prompts/author.md) and link to them from the body, keeping only their purpose and invocation notes inline.
Add an explicit validation/retry checkpoint to the image-extraction workflow (e.g. verify each rendered PNG is ≥500KB and re-render at higher DPI if not) so the batch operation has a feedback loop.
Deduplicate the image-extraction instructions, which currently appear in both 阶段二 (配图要求) and 阶段四 (第三步), into a single authoritative section to tighten token use.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly task-focused and avoids explaining basic concepts, but the full prompt templates (Author/Editor/Reader) and the duplicated image-extraction instructions (in 阶段二 and again in 阶段四) add padding that could be tightened or factored out. | 3 / 5 |
Actionability | It gives concrete, executable guidance throughout: specific pdftoppm/PIL commands with DPI values, LaTeX formatting rules, file-naming patterns, and ready-to-use agent prompt templates with explicit input slots. | 4 / 5 |
Workflow Clarity | The four-phase process (research → draft → review → finalize) is clearly sequenced with sub-steps, a feedback-integration priority table, and revision rules; the main gap is the absence of an explicit validate/retry checkpoint for the batch image-extraction operation. | 4 / 5 |
Progressive Disclosure | No bundle files (references/scripts/assets) exist, yet the body inlines three large prompt templates and a multi-table spec that would read better as separate referenced files; structure is present via clear section headers, but content that should be split is inline. | 3 / 5 |
Total | 14 / 20 Passed |