CtrlK
BlogDocsLog inGet started
Tessl Logo

comet-archive

仅在用户明确调用 /comet-archive,或由 Comet 根 Skill/runtime 路由到 archive 阶段时使用;确认归档、合并 delta spec 并完成分支收尾。

70

Quality

85%

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

85%Weight 40%Scale 1-3

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

The content is a well-sequenced, highly actionable archive workflow with strong validation checkpoints, an explicit exit-conditions checklist, and well-signaled one-level-deep reference navigation. Its main weakness is conciseness — repeated prohibitions and re-explained semantics add tokens that could be trimmed.

Suggestions

Consolidate the repeated "不得..." prohibitions (e.g. branch-switching/rebinding and commit-mixing rules) into a single guard-rules block referenced once, rather than restating across multiple steps.

Remove the duplicate explanation of delta-merge semantics (Step 2 line on ADDED/MODIFIED/REMOVED/RENAMED) since the same behavior is already covered in the script-step enumeration.

DimensionReasoningScore

Conciseness

The body is mostly procedural and dense, but repeats many "不得" prohibitions and re-explains the delta-merge semantics in Step 2, so it could be tightened without losing clarity.

2 / 3

Actionability

It provides concrete executable commands throughout (comet state select/check/transition, comet archive, git add/diff --cached/commit, comet guard, comet state clear-selection) with explicit pathspec usage, copy-paste ready.

3 / 3

Workflow Clarity

Steps 0–5 are clearly sequenced with explicit validation checkpoints (entry check, BLOCKED handling, user confirmation blocking point, exit-code checks, git attribution guard), an exit-conditions checklist, and error-recovery feedback loops.

3 / 3

Progressive Disclosure

It uses well-signaled one-level-deep references to comet/reference/*.md (classic-layout, scripts, decision-point, context-recovery), each tied to a specific purpose, with clearly organized numbered sections.

3 / 3

Total

11

/

12

Passed

Description

85%Weight 40%Scale 1-3

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 and concisely states both what the skill does (confirm archiving, merge delta spec, finalize branch) and when to use it (explicit /comet-archive invocation or archive-phase routing), with a distinct niche. It could broaden its natural trigger-term coverage beyond the command name and technical routing language.

Suggestions

Add broader natural trigger phrases users might say beyond the command name, e.g. "归档 change" or "完成 Comet 流程", so it matches when a user describes the intent rather than only invoking the slash command.

Soften the technical routing clause "Comet 根 Skill/runtime 路由到 archive 阶段" into more natural user-facing language while keeping the routing condition explicit.

DimensionReasoningScore

Specificity

The description lists multiple concrete domain actions: "确认归档" (confirm archiving), "合并 delta spec" (merge delta spec), and "完成分支收尾" (complete branch finalization), matching the multiple-specific-actions anchor.

3 / 3

Completeness

It explicitly answers both what ("确认归档、合并 delta spec 并完成分支收尾") and when ("仅在用户明确调用 /comet-archive...时使用"), with an explicit trigger clause.

3 / 3

Trigger Term Quality

It includes the relevant trigger "归档" and "/comet-archive", but leans technical with "Comet 根 Skill/runtime 路由到 archive 阶段" and lacks broader natural-term variations a user would say.

2 / 3

Distinctiveness Conflict Risk

It is tightly scoped to the "/comet-archive" command and the Comet archive phase, giving it a clear niche unlikely to conflict with other skills.

3 / 3

Total

11

/

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
rpamis/comet
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.