CtrlK
BlogDocsLog inGet started
Tessl Logo

cs

CodeStable 路由入口。触发:用户显式调用 cs、询问该用哪个 skill、请求介绍体系,或诉求未收敛;明确行动请求路由后在当前 run 继续。

79

Quality

100%

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

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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 an operationally precise router spec: concrete dispatch templates, an explicit mode-classification table, and well-sequenced workflows with validation checkpoints and recovery loops. It is concise, actionable, and well-structured with no nested-reference chains.

DimensionReasoningScore

Conciseness

The body is dense and operational with no teaching of concepts Claude already knows; every section (preflight, intake modes, spec, routing table, dispatch protocol) carries routing rules that earn their tokens.

3 / 3

Actionability

It gives copy-paste-ready guidance — a concrete route brief template ('Route: {目标主入口} / Reason: … / Dispatch: continuing-current-run | recommendation-only'), a Haskell spec, and an exact signal→IntakeMode table — rather than abstract direction.

3 / 3

Workflow Clarity

The pipeline 'classifyIntake >>= selectTarget >>= dispatch' is clearly sequenced with explicit validation checkpoints (HumanCheckpoint ClarifyRoute, NeedsHuman ActionIntentMissing) and feedback loops where users supply missing facts and routing resumes same-run.

3 / 3

Progressive Disclosure

No bundle files exist; the body is organized into clear labeled sections and its only external pointers (.codestable/attention.md, .codestable/reference/execution-conventions.md) are one level deep and clearly signaled.

3 / 3

Total

12

/

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.

The description is concise, third-person, and explicitly states both capability and triggers, mapping closely to the rubric's top anchors across all four dimensions. It avoids fluff and clearly scopes the skill to its routing niche.

DimensionReasoningScore

Specificity

It names multiple concrete actions — '路由入口' that classifies user intent, '选择一个推荐主 skill', and routes so action requests '在当前 run 继续' — rather than vague language.

3 / 3

Completeness

It states both what it does (CodeStable 路由入口, classify intent, select and route a main skill) and when to use it via the explicit '触发:' clause, satisfying the 'what AND when' requirement.

3 / 3

Trigger Term Quality

The explicit '触发:' clause lists natural triggers users would actually say — '用户显式调用 cs、询问该用哪个 skill、请求介绍体系,或诉求未收敛' — giving good coverage of likely phrasings.

3 / 3

Distinctiveness Conflict Risk

It carves a clear niche as a narrow 'CodeStable 路由入口' tied to specific cs-invocation triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
codestable/CodeStable
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.