CtrlK
BlogDocsLog inGet started
Tessl Logo

story

网络小说工具箱主入口。根据用户需求自动路由到对应 skill,并可管理作者习惯、启动本地 Dashboard。触发方式:/story、$story、/story dashboard、/网文、「我想写小说」「记住我的写作习惯」「打开工作台」「检查更新」。

64

Quality

76%

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

Quality

Content

67%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, highly actionable router skill body with concrete commands, clear numbered workflows, and a real one-level-deep reference. Its main weakness is conciseness: the fallback/deployment paragraph is a dense run-on and platform variants are repeated inline.

Suggestions

Break the long '查询降级' spawn-version paragraph into a short bulleted condition list (e.g. 'agents_version 不一致时' / 'agent 文件缺失时' / '运行时未暴露 custom agent 时') so the fallback branches are scannable instead of buried in prose.

Factor the repeated 'Codex 中用 $story-setup' / '$story dashboard' platform variants into one platform-trigger legend near the routing table, then reference it instead of restating the Codex form at every step.

Move the full Dashboard launch procedure and version-update procedure into a reference file (e.g. references/dashboard.md, references/version-check.md) and keep SKILL.md as a concise overview with a signaled link, improving progressive disclosure and token efficiency.

DimensionReasoningScore

Conciseness

The body is information-dense and avoids explaining concepts Claude already knows, but the '查询降级' spawn-version paragraph is a long run-on packed with version-matching conditions, and platform notes (e.g. 'Codex 中用 $story-setup') are repeated inline multiple times. Mostly efficient but could be tightened. Not a 4 because the dense fallback paragraph and repeated platform asides are noticeable padding that could be compressed.

3 / 5

Actionability

Provides concrete executable guidance throughout: an exact Dashboard command ('node "<story-skill-dir>/scripts/dashboard-server.mjs" --root "<workspace>" --open'), version-check commands ('gh release view --json tagName,name,url -R ...' with a curl fallback), a named script ('scripts/author_memory_commit.py'), and a routing table mapping intents to specific skill names. Not a 5 because some routing entries resolve to '见下方' pointers rather than directly executable steps.

4 / 5

Workflow Clarity

Multi-step processes (Dashboard steps 1-5, version check 1-4, routing flow 1-5, multi-book switching 1-4) are clearly numbered with checkpoints like waiting for '本机地址' output, semver comparison, and a confirmation gate before install. Not a 5 because some validation is implicit rather than an explicit validate->fix->retry loop, and not capped at 3 since destructive/batch steps (overwrite '.active-book', install) carry confirmation gates.

4 / 5

Progressive Disclosure

Good section structure with a well-signaled one-level-deep reference ('[references/author-memory.md](references/author-memory.md)') and real bundle files (author-memory.md, author_memory_commit.py, dashboard-server.mjs all exist). Not a 5 because substantial procedures (full Dashboard launch, version-update flow) are inlined in SKILL.md rather than split into reference files, leaving minor organization gaps.

4 / 5

Total

15

/

20

Passed

Description

86%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, third-person description that explicitly covers both what the skill does and when to trigger it, with comprehensive natural-language and command triggers. Its only weakness is that, being a router, it lists high-level admin/routing actions rather than a comprehensive set of concrete domain capabilities.

DimensionReasoningScore

Specificity

It names the domain ('网络小说工具箱主入口') and a few concrete actions ('自动路由到对应 skill', '管理作者习惯', '启动本地 Dashboard'), but as a router it does not enumerate the underlying writing/analysis/scan capabilities, so coverage is not comprehensive. Not a 4 because the listed actions are high-level routing/admin functions rather than several specific domain actions with only minor gaps.

3 / 5

Completeness

It explicitly answers both 'what' (toolbox main entry that auto-routes, manages author habits, launches Dashboard) and 'when' via an explicit '触发方式' clause with concrete trigger phrases. The 'Use when...' cap at 3 does not apply because explicit trigger guidance is present.

5 / 5

Trigger Term Quality

Comprehensive trigger coverage combining slash commands ('/story', '$story', '/story dashboard', '/网文') with natural-language phrases users would actually say ('我想写小说', '记住我的写作习惯', '打开工作台', '检查更新'), including synonyms and platform variants. Matches the 'comprehensive coverage of natural terms including synonyms' anchor.

5 / 5

Distinctiveness Conflict Risk

The web-novel-toolbox niche is clear with distinct triggers, but as a router sharing the '/story-' prefix with the sub-skills it dispatches to, there is minor overlap risk with closely related skills. Not a 5 because that shared prefix creates some adjacency; not a 3 because the niche and triggers are clearly differentiated.

4 / 5

Total

17

/

20

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

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
worldwonderer/oh-story-claudecode
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.