CtrlK
BlogDocsLog inGet started
Tessl Logo

complete-example

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

62

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/complete-example/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

61%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.

A well-structured, mostly lean skill body with clear sections and concrete parameter/rule definitions, weakened by a prose-only workflow lacking executable code and an explicit validation feedback loop for its destructive apply mode. Signaling the bundled scripts and README from the body would further improve navigation.

Suggestions

Add an executable invocation example (e.g. `python scripts/skill_controller.py --project … --output_mode apply`) and show how the 7 workflow steps map to script entry points, to lift actionability above pseudocode-level.

Insert an explicit validation checkpoint before the destructive apply write-back (validate → fix → re-validate → only-then-apply), so the workflow satisfies the destructive-operations feedback-loop requirement.

Link to references/README.md and name the key bundled scripts (e.g. skill_controller.py, format_guard.py, security_manager.py) from the relevant body sections so the bundle is clearly navigable.

DimensionReasoningScore

Conciseness

The body is efficiently organized into short bulleted sections (定位, 输入, 输出, 硬规则, 工作流) and avoids explaining concepts Claude already knows, though the BenszAPI task-workspace and bensz-collect-bugs convention sections are housekeeping overhead that could be trimmed.

4 / 5

Actionability

It gives concrete parameter specs (content_density, output_mode, target_files) and specific hard rules (main.tex, @config.tex, \section vs \subsubsection), but the workflow is prose ("扫描项目中的 figures…") with no executable code or commands, leaving execution incomplete.

3 / 5

Workflow Clarity

Seven numbered steps provide a clear sequence ending in a validation step ("执行格式与结构验证"), but because apply mode writes destructively back into the LaTeX project, the missing explicit validate→fix→retry loop and pre-apply validation gate cap this at 3 per the destructive-operations rule.

3 / 5

Progressive Disclosure

Sections are well-organized and detail is appropriately split (overview in body, supplementary notes in references/README.md, logic in scripts/), but the body does not explicitly link to README.md or signal the 18 bundled scripts, leaving a minor navigation gap.

4 / 5

Total

14

/

20

Passed

Description

88%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.

A strong description: third-person, explicit trigger guidance, and a concrete two-part capability breakdown. The main improvement area is broadening trigger-term synonyms and narrowing the generic "生成示例" phrasing to reduce overlap with sibling skills.

Suggestions

Add file-extension and synonym trigger terms (e.g. ".tex", "LaTeX 示例", "补全示例") to lift trigger_term_quality toward comprehensive coverage.

Qualify the generic "生成示例" trigger with a LaTeX/示例-content scope (e.g. "为 LaTeX 项目生成示例章节") to reduce conflict risk with general example-generation skills.

Consider adding an explicit "Use when…/不适用于真实科研写作" boundary clause in the description itself, since the applicability boundary currently lives only in the body.

DimensionReasoningScore

Specificity

The description enumerates multiple concrete actions split across two roles — AI "分析章节主题、推理资源相关性、生成连贯叙述" and hard-coding "格式验证、哈希校验、访问控制" — giving comprehensive coverage rather than a single named action.

5 / 5

Completeness

It explicitly answers both "what" (AI 增强版 LaTeX 示例智能生成器 with the AI/hard-coding fusion) and "when" (当用户明确要求…时使用) with concrete quoted trigger phrases, matching the top anchor.

5 / 5

Trigger Term Quality

It includes several natural user phrases ("填充示例内容", "生成示例", "补充 LaTeX 示例", "complete example") with good coverage, but stops short of comprehensive synonym/file-extension variants, missing a few natural terms.

4 / 5

Distinctiveness Conflict Risk

The LaTeX-example-filling niche with structural-protection framing is mostly distinct, but the generic trigger "生成示例" carries minor overlap risk with other example-generation skills, keeping it just below the minimal-conflict anchor.

4 / 5

Total

18

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

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.