CtrlK
BlogDocsLog inGet started
Tessl Logo

cs-refactor-ff

Deprecated 兼容入口:旧 cs-refactor-ff 调用用;转交 cs-refactor --mode fastforward。新请求不要主动选择。

54

Quality

60%

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 ./plugins/codestable/skills/cs-refactor-ff/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The body is a lean, well-organized compatibility shim that clearly sequences the delegation steps and includes a failure checkpoint. Its only weakness is that the central instruction to 'load' the master protocol is somewhat abstract without a concrete loading mechanism.

Suggestions

Specify concretely how to load cs-refactor as the authoritative protocol (e.g., the exact lookup/install-name mechanism or command) rather than the abstract directive '加载...作为权威主协议'.

Optionally show the expected shape of the 'requested_mode: fastforward' handoff so the delegation is unambiguous.

DimensionReasoningScore

Conciseness

Lean and token-efficient with no padding and no explanations of concepts Claude already knows; every line earns its place.

3 / 3

Actionability

Steps are concrete and directive ('带上入口意图 requested_mode: fastforward'), but the core instruction to '加载 cs-refactor 作为权威主协议' lacks a concrete mechanism or command for how to load the protocol.

2 / 3

Workflow Clarity

Clear numbered sequence with an explicit halt-and-report checkpoint (step 4) for the failure case; appropriate for this simple single-purpose delegating skill.

3 / 3

Progressive Disclosure

Under 50 lines with no bundle files, organized into clear sections (执行规则, 维护规则) and explicitly deferring detailed process rules to cs-refactor and its references.

3 / 3

Total

11

/

12

Passed

Description

35%

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 clearly communicates that this is a deprecated compatibility shim redirecting to cs-refactor, but it is written for internal/maintainer consumption rather than as a user-facing trigger. It lacks natural trigger terms and a positive use-when clause, and overlaps with the skill it delegates to.

Suggestions

Add a user-facing 'Use when...' clause or note that this entry exists only for legacy 'cs-refactor-ff' invocations so the trigger context is explicit.

Replace internal jargon ('requested_mode: fastforward') with at least one natural term a user might say, or clarify that users should not invoke this directly.

Sharpen distinctiveness by stating the relationship to cs-refactor up front (e.g., 'Deprecated alias for cs-refactor --mode fastforward') to reduce conflict risk.

DimensionReasoningScore

Specificity

Names a concrete action ('转交 cs-refactor --mode fastforward') and the domain, but only a single action rather than a comprehensive list of capabilities.

2 / 3

Completeness

States what it does (deprecated compatibility entry delegating to cs-refactor), but lacks a positive 'Use when...' trigger and instead discourages use ('新请求不要主动选择'), capping completeness at 2.

2 / 3

Trigger Term Quality

Relies on internal identifiers ('cs-refactor-ff', 'fastforward', 'requested_mode') that are technical jargon users would not naturally say; no natural trigger keywords.

1 / 3

Distinctiveness Conflict Risk

Tied to a specific legacy name, but it explicitly delegates to its sibling 'cs-refactor', creating overlap/conflict risk with that skill.

2 / 3

Total

7

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

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.