CtrlK
BlogDocsLog inGet started
Tessl Logo

archive-protocol

全局归档协议。只要任务需要写入任何文件(含 PLAN.md、报告、JSON 等归档物),必须按本技能执行 Session→ARCHIVE_ID、TIMESTAMP、双轨路径(根段须为 archives/)、回读校验与状态回执;WebUI 的 archive_grid 必须用 Markdown 中语言标识为 json 的围栏代码块输出。

58

Quality

67%

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 ./configs/microservice/bff-service/configs/agent-skills/ontology/archive-protocol/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.

The body is an actionable, well-sectioned archive protocol with executable tool-call examples, a validation checkpoint, and an error-handling loop appropriate to its destructive move semantics. Its main weakness is redundancy — path templates and the core mandate are repeated across sections.

Suggestions

De-duplicate the absolute-path template: state the boundary once and reference it from later sections instead of repeating the full path each time.

Collapse the opening "只要当前任务需要写入任何文件" line, which duplicates the frontmatter trigger, into a single one-line scope statement.

Add one complete plan-edit example (edit archives/{ARCHIVE_ID}/PLAN.md after archiving) to close the actionability gap.

DimensionReasoningScore

Conciseness

Mostly efficient with no concept padding, but the absolute-path template and the "全量归档/必须执行" rule are restated across multiple sections and the opening line repeats the frontmatter trigger, so it could be tightened.

3 / 5

Actionability

Provides copy-paste-ready tool-call JSON for both file and directory archiving plus concrete path templates and a specific "Archive blocked" error branch, with only minor gaps (no full plan-edit example).

4 / 5

Workflow Clarity

The directory-archive flow is explicitly sequenced and includes a post-write readback validation checkpoint and an error-handling feedback loop; the destructive-move context is covered, though the error loop defers to the user rather than a fix→retry cycle.

4 / 5

Progressive Disclosure

Single self-contained file with clearly headed sections (核心规则, 绝对路径硬性边界, 归档路径规则, 目录归档模式, 写入后强制校验, 工具执行指引) and no nested references; minor organization gaps keep it below 5.

4 / 5

Total

15

/

20

Passed

Description

67%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.

The description is a dense, concrete protocol statement that covers what to do and when to use it, with several specific actions and an explicit trigger clause. Its main weakness is jargon-heavy phrasing that underuses the natural terms a user would actually say.

Suggestions

Reword around a natural user-facing trigger (e.g. "Use when you need to write or save any output file") before listing the protocol internals.

Add common synonyms/extensions users might say (归档/archive, save, 导出, .md/.json) alongside the existing file tokens.

Tighten the dense run-on into a short capability sentence plus a separate "Use when" sentence for readability.

DimensionReasoningScore

Specificity

Lists several concrete protocol actions — "Session→ARCHIVE_ID、TIMESTAMP、双轨路径(根段须为 archives/)、回读校验与状态回执" and "archive_grid 必须用...json 的围栏代码块输出" — with only minor gaps in coverage.

4 / 5

Completeness

Answers both "what" (the archive protocol steps) and "when" ("只要任务需要写入任何文件" — an explicit use-when clause), so the missing-trigger cap does not apply; the "when" is explicit but could be more specific.

4 / 5

Trigger Term Quality

Has a natural trigger ("只要任务需要写入任何文件") plus concrete file tokens (PLAN.md、报告、JSON), but the phrasing is heavy on internal protocol jargon and misses common synonyms users would naturally say.

3 / 5

Distinctiveness Conflict Risk

The niche is well-defined by the unique Session→ARCHIVE_ID/TIMESTAMP/path-boundary rules, giving mostly distinct triggers with only minor overlap risk against generic file-writing skills.

4 / 5

Total

15

/

20

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
UnicomAI/wanwu
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.