CtrlK
BlogDocsLog inGet started
Tessl Logo

skill-gen-4-enterprise-doc

Turn SOPs, URLs, or stated intent into an installed skill package. Use when the user asks to generate a skill from a document, link, or workflow. Follow SKILL.md, reference/sop-structure-pipeline.md, and reference/generator-worker-spec.md; finish by promoting the draft into the runtime skills directory (see reference/operator-playbook.md) in the same turn.

63

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./jiuwenclaw/jiuwenclaw/resources/agent/jiuwenclaw_workspace/skills/skill-gen-4-enterprise-doc/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

52%

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

The body lays out a clear high-level pipeline with numbered steps and concrete CLI invocations, but over-relies on external reference files that are not present in the bundle, leaving the progressive-disclosure promises unfulfilled. Workflow clarity is also capped by a missing validation checkpoint before a destructive force-true skill replacement.

Suggestions

Include the cited reference/sop-structure-pipeline.md, reference/generator-worker-spec.md, and reference/operator-playbook.md files in the bundle (or inline their essential content) so the signaled progressive-disclosure links resolve.

Add an explicit validation gate before the destructive install step — e.g. run scripts/skill_gen/validator.py on the draft and only call skills.import_local with force:true once validation passes.

Tighten formatting by reducing bold/inline-code emphasis on routine words and folding the repeated absolute-path caveats into a single statement to improve token efficiency.

DimensionReasoningScore

Conciseness

Mostly efficient and Claude-competent, but heavy bold/inline code tagging, repeated absolute-path caveats, and the appended 'Do not silently shrink generator-worker-spec...' line add padding that could be tightened.

2 / 3

Actionability

Concrete commands appear (e.g. 'python3 <ABS>/scripts/skill_generator_cli.py sop-text --sop-file <abs-path>' and 'skills.import_local' with force:true), but many steps reference functions like parse_sop_raw_text and invoke_llm_json without inline executable examples, leaning on external specs rather than copy-paste-ready code.

2 / 3

Workflow Clarity

The four-step sequence is explicit and includes a same-turn promotion gate, but a destructive install/replace operation (force:true overwriting an existing skill) lacks an explicit validate-before-replace checkpoint despite the rubric capping destructive-workflow clarity at 2 without validation.

2 / 3

Progressive Disclosure

The body signals reference/sop-structure-pipeline.md, reference/generator-worker-spec.md, and reference/operator-playbook.md with clear navigation cues, but the reference/ directory does not exist in the bundle, so the disclosed references are broken rather than one-level-deep real files.

1 / 3

Total

7

/

12

Passed

Description

100%

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, third-person description that clearly states concrete capabilities and natural trigger terms, fully answering both 'what' and 'when'. It is specific and distinctive, with only minor over-linking to internal reference files that slightly pad the description.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Turn SOPs, URLs, or stated intent into an installed skill package', 'promoting the draft into the runtime skills directory' — and names the exact bundle files to follow, matching the score-3 anchor for several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('Turn SOPs, URLs, or stated intent into an installed skill package') and when ('Use when the user asks to generate a skill from a document, link, or workflow'), with a closing same-turn completion clause.

3 / 3

Trigger Term Quality

'Use when the user asks to generate a skill from a document, link, or workflow' gives natural, user-sayable trigger terms (generate a skill, document, link, workflow) with good coverage.

3 / 3

Distinctiveness Conflict Risk

The niche is narrow and distinctive — generating and installing a skill package from SOPs/URLs — with triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

relative_links

Relative link issues: 7 missing

Warning

referenced_paths_exist

Referenced path issues: 1 deeper-than-1-level

Warning

Total

14

/

16

Passed

Repository
XiaoLuoLYG/GOD
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.