Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is lean, well-sequenced, and includes an explicit safety checkpoint for a risky upload operation, but the actionability is held back by the absence of executable tool-call signatures or argument detail.
Suggestions
For each tool (upload-cover-image, upload-article-image), state the required arguments and an example invocation so the guidance is copy-paste ready.
Specify the expected return shape (e.g. media_id string vs article image URL) and how it should be recorded against a draft, to make the output-handling step concrete.
Briefly note the conditions that make an image 'unsuitable' in step 4 (size, aspect ratio, provenance) so the validation checkpoint is actionable rather than subjective.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a short numbered list with a closing caveat and no padding or explanation of concepts Claude already knows — '先列出用户指定的工作区图片与用途' and '只调用 upload-cover-image 或 upload-article-image' are lean and every line earns its place, matching the 'lean and efficient; assumes Claude's competence' anchor; not a 2 because there is no unnecessary explanation to tighten. | 3 / 3 |
Actionability | It names concrete tools ('upload-cover-image', 'upload-article-image') and expected outputs ('media ID 或正文图片 URL'), which is more concrete than pure description, but it gives no executable call signatures or argument detail, fitting the 'some concrete guidance but incomplete; missing key details' anchor; not a 3 because it is not copy-paste ready, not a 1 because specific tool names and return values are present. | 2 / 3 |
Workflow Clarity | The four-step numbered sequence includes an explicit checkpoint in step 4 ('图片不适合...先提示用户处理,不要擅自上传') plus the caveat '上传图片不等于发布文章', giving a clear sequence with an explicit decision/escalation step; for this simple single-task skill this meets the level-3 'clear sequence with explicit validation steps' anchor. | 3 / 3 |
Progressive Disclosure | This is a simple skill under 50 lines with no need for external references (no references/, scripts/, or assets/ bundle exists), and the content is well-organized as a numbered list with a closing caveat; per the simple-skills guideline, well-organized sections with no required external files score 3. | 3 / 3 |
Total | 11 / 12 Passed |