CtrlK
BlogDocsLog inGet started
Tessl Logo

image2gif

将一组图像转换为 GIF 动图格式。当用户提到图片转 GIF、生成 GIF、动图制作时使用。

67

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/image/image2gif/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

70%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A short, well-structured skill body that assumes Claude's competence and presents a single unambiguous action. Its weaknesses are minor redundancy (a duplicated identical code example) and a lack of detail on how input images are provided and where output is written.

Suggestions

Remove the redundant '使用示例' section or make it meaningfully different from '调用方式' so the identical code block is not duplicated.

Clarify the input model — e.g., where image2gif() reads its source images from and where the resulting GIF is saved — so the actionable guidance is complete.

Merge the blockquote and '功能描述' one-liner into a single statement to avoid repeating '将图像转换为 GIF 格式'.

DimensionReasoningScore

Conciseness

The body is lean and free of concept explanations Claude already knows, but the '调用方式' and '使用示例' sections contain identical code blocks and the one-line function description repeats the blockquote, so not every token earns its place as the top anchor requires.

2 / 3

Actionability

The 'from office.skills.image import image2gif; image2gif()' example is executable and copy-paste ready, but it omits key details such as how input images are supplied and where the GIF is saved, leaving the actual usage model incomplete.

2 / 3

Workflow Clarity

This is a simple single-purpose skill under 50 lines whose single action (calling image2gif()) is unambiguous and presented in clearly organized sections, so it qualifies for the top anchor under the simple-skills scoring note.

3 / 3

Progressive Disclosure

The skill is under 50 lines with no external references needed (no references/scripts/assets bundle files exist) and is organized into well-labeled sections, satisfying the top anchor for simple skills.

3 / 3

Total

10

/

12

Passed

Description

90%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A concise, well-constructed description that clearly states the single capability and provides an explicit 'use when' trigger clause with natural user phrasings. Its only limitation is that it describes one action rather than enumerating multiple concrete actions.

DimensionReasoningScore

Specificity

The phrase '将一组图像转换为 GIF 动图格式' names a concrete conversion action clearly, but it lists only a single action rather than the multiple specific concrete actions the top anchor requires, so it sits at 2 rather than 3.

2 / 3

Completeness

It answers what ('将一组图像转换为 GIF 动图格式') and explicitly when via the '当用户提到…时使用' trigger clause, matching the 'clearly answers both what AND when with explicit triggers' anchor.

3 / 3

Trigger Term Quality

'图片转 GIF、生成 GIF、动图制作' provides good coverage of natural phrasings a user would actually say, exceeding the 'some relevant keywords but missing common variations' anchor at 2.

3 / 3

Distinctiveness Conflict Risk

Image-to-GIF conversion is a clear niche with distinct triggers (图片转 GIF / 生成 GIF / 动图制作) unlikely to fire for unrelated skills, matching the top anchor.

3 / 3

Total

11

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
CoderWanFeng/python-office
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.