CtrlK
BlogDocsLog inGet started
Tessl Logo

cs-issue

Issue 主入口。用于修复 bug / 诊断报错 / 定位既有行为异常,从问题恢复并推进 report、analyze、fix、review。不要用于新增功能(cs-feat)、行为等价重构(cs-refactor)、对外文档(cs-docs)、大需求拆解(cs-epic)。

68

Quality

85%

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

SKILL.md
Quality
Evals
Security

Quality

Content

70%

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

A dense, well-structured orchestration skill with strong workflow sequencing, explicit checkpoints, and clean progressive disclosure into real protocol files. It is slightly over-elaborate in its Haskell encoding and delegates the executable mechanics to external protocols rather than showing them inline.

Suggestions

Tighten the Spec block: the full data declarations and helper functions could be reduced to the essential routing rules, keeping the state machine without the exhaustive ADT scaffolding.

Inline a one-line concrete example of an executable step from each protocol (e.g. a representative report/analyze/fix command) so the skill is actionable without opening the reference files.

Consider a short prose summary of restoreIssueStage's branch priorities before the Haskell, so the routing intent is graspable without parsing the pseudocode.

DimensionReasoningScore

Conciseness

Assumes Claude's competence with no concept-over-explanation, but the full Haskell ADT block (data declarations, helper functions) is more than needed to convey the routing logic and could be tightened, fitting the mostly-efficient-but-could-be-tighter anchor.

2 / 3

Actionability

Provides concrete file paths, an explicit stage-to-protocol mapping, and precise decision branches, but the actual executable mechanics live in the delegated protocol files and the routing logic is expressed as Haskell pseudocode rather than directly executable steps.

2 / 3

Workflow Clarity

A clearly sequenced main line (preflight through exitRecoverable) with explicit checkpoints (ConfirmReport/ConfirmFixPlan/ConfirmFixCompletion), fix-validate-review feedback loops, and explicit exit conditions acting as a checklist.

3 / 3

Progressive Disclosure

SKILL.md stays an overview while one-level-deep, real protocol files (references/{report,analyze,fix}/protocol.md, references/fix/reference.md) are clearly signaled via the stageProtocol mapping, with an explicit lazy-loading rationale.

3 / 3

Total

10

/

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 tight, third-person description that names concrete actions and stages, surfaces natural trigger terms, and sharply distinguishes itself from sibling skills via explicit exclusions. Both the what and the when are covered.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and stages — "修复 bug / 诊断报错 / 定位既有行为异常" and advancing "report、analyze、fix、review" — matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Answers both what (fix bugs / diagnose errors / advance the four stages) and when via explicit trigger terms plus strong negative delimitation ("不要用于新增功能..."), which is equivalent explicit trigger guidance rather than mere implication.

3 / 3

Trigger Term Quality

Natural trigger terms a user would actually say (bug, 报错, 行为异常) give good coverage, matching the anchor for natural keyword coverage.

3 / 3

Distinctiveness Conflict Risk

Explicitly excludes cs-feat, cs-refactor, cs-docs, and cs-epic, carving a clear niche unlikely to trigger the wrong skill.

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

frontmatter_unknown_keys

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

Warning

referenced_paths_exist

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

Warning

Total

14

/

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.