CtrlK
BlogDocsLog inGet started
Tessl Logo

complete-example

当用户明确要求"填充示例内容""生成示例""补充 LaTeX 示例"时使用。AI 增强版 LaTeX 示例智能生成器,实现 AI 与硬编码的有机融合:AI 做"语义理解"(分析章节主题、推理资源相关性、生成连贯叙述),硬编码做"结构保护"(格式验证、哈希校验、访问控制)。

59

Quality

68%

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/complete-example/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

53%Weight 40%Scale 1-5

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

The skill body is a clear, well-structured overview that correctly offloads detail to a real references/README.md and a scripts/ bundle, with good input/output and constraint documentation. Its main weaknesses are actionability (the generation steps are abstract prose with no executable code) and workflow validation (no concrete validate→fix→retry loop despite apply-mode write-back).

Suggestions

Add one concrete executable example for the core flow (e.g. the actual command or python call to skill_controller.py with preview/apply), so the 7-step process becomes copy-paste actionable rather than prose.

Turn the '校验' section into an explicit validation loop with a concrete script command (e.g. `python scripts/format_guard.py ...`) and a defined pass/fail criterion before apply-mode write-back, to satisfy the destructive/batch feedback-loop expectation.

Tighten or relocate the '公共硬约束' block to a shared reference so the body keeps only the skill-specific constraints, improving token efficiency.

DimensionReasoningScore

Conciseness

The body is mostly efficient and well-sectioned, but the large '公共硬约束' block and repeated config.yaml/path-convention material partially restate cross-skill policy Claude could derive, and several statements are abstract rather than tight instruction; it sits above 2 (no heavy padding or beginner explanations) but below 4.

3 / 5

Actionability

It gives some concrete pointers (config.yaml paths, {project_path}/.complete_example/<run_id>/ structure, allowed LaTeX section levels) but the core 7-step generation process is described as prose ('AI 分析章节主题...', '用硬编码模板包装成合法 LaTeX') with no executable code or commands; matches the 3 anchor of partial/abstract guidance.

3 / 5

Workflow Clarity

A numbered 7-step sequence is present and a '校验/失败与恢复' section exists, but validation is described generically ('执行格式与结构验证', '完成后执行 Skill 已有的静态检查') without explicit pass criteria or a validate→fix→retry loop with concrete commands; per the rubric's destructive/batch cap and missing-checkpoint guidance, this caps at 3 even though apply-mode writes back to the project.

3 / 5

Progressive Disclosure

Structure is reasonable: SKILL.md is an overview with a single references/README.md and a scripts/ bundle that is real and appropriately offloaded; references are one level deep and signaled (references/README.md, config.yaml, scripts/skill_controller.py named in the README). Minor gaps — the body does not inline-link the script files and leans on config.yaml without a clear pointer — keep it just below 5.

4 / 5

Total

13

/

20

Passed

Description

83%Weight 40%Scale 1-5

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

The description is strong: it states a concrete capability split (AI semantic generation vs hardcoded structural protection) and gives explicit natural-language Chinese trigger phrases for when to use it. It is mostly third-person and well-distinguished, with only minor gaps in keyword/synonym breadth.

DimensionReasoningScore

Specificity

Lists concrete actions split across AI and hardcoded halves ('分析章节主题、推理资源相关性、生成连贯叙述' / '格式验证、哈希校验、访问控制'), giving several specific capabilities; not fully comprehensive but well beyond 1-2 actions, so above the 3 anchor but short of the exhaustive 5 list.

4 / 5

Completeness

It explicitly answers both 'what' (AI 语义理解 + 硬编码 结构保护 capabilities) and 'when' (当用户明确要求...时使用) with concrete trigger phrases, matching the 5 anchor.

5 / 5

Trigger Term Quality

Natural user trigger phrases are explicitly quoted ('填充示例内容'、'生成示例'、'补充 LaTeX 示例') plus the 'LaTeX 示例' term, giving good keyword coverage; it lacks file-extension and broader synonym coverage that would push it to 5.

4 / 5

Distinctiveness Conflict Risk

The LaTeX-example-filling niche with AI/hardcoded split is fairly distinct and unlikely to misfire on unrelated skills; minor overlap risk with general LaTeX-writing skills keeps it just below 5.

4 / 5

Total

17

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
huangwb8/ChineseResearchLaTeX
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.