CtrlK
BlogDocsLog inGet started
Tessl Logo

workbench-ops-skill

当用户要在 OpenLoaf 工作台 / 桌面上新增、修改、查看、删除 widget(桌面组件 / 小组件 / 仪表盘卡片)时触发。典型说法"加个天气 widget"、"做个番茄钟组件"、"改下这个 widget 的颜色"。**不用于**:聊天消息里一次性展示图表(→visualization-ops-skill)、AI 生成图片(→cloud-media-skill)、对话里随口提到"时钟 / 倒计时"(→直接回答)。

76

Quality

96%

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

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

A tightly structured orchestration skill with concrete tool calls, a decision tree, sequenced workflows, and a genuine compile-validate-fix feedback loop. Its only weakness is minor duplication of the import-allowlist and ToolSearch instruction across sections.

Suggestions

Consolidate the widget.tsx import-allowlist so it appears once (e.g. only in 关键约束) and is referenced from the recovery section, removing the duplicated statement.

State the ToolSearch(names: "...") activation requirement once (工具清单) and reference it from the creation flow instead of repeating the full invocation.

DimensionReasoningScore

Conciseness

Lean and well-organized with no padding about concepts Claude already knows; held at 4 rather than 5 because the import-allowlist ("widget.tsx 只能 import react、react/jsx-runtime、@openloaf/widget-sdk") and the ToolSearch loading instruction each appear twice and could be consolidated.

4 / 5

Actionability

Every step names exact tools, parameters (ToolSearch(names: "...")), paths (~/.openloaf/dynamic-widgets/<id>/), files (widget.tsx, functions.ts), and maps specific TypeScript errors to specific fixes; fully executable guidance within this skill's scope.

5 / 5

Workflow Clarity

Sequenced numbered flows for create (必须按顺序 1-5), modify, and a WidgetCheck failure-recovery loop (read error → Edit fix → re-WidgetCheck until passing), providing explicit validation checkpoints and a feedback loop as the top anchor requires.

5 / 5

Progressive Disclosure

Clear sectioned overview that delegates codegen detail to the sibling generate-dynamic-widget skill via LoadSkill — a clean one-level-deep reference — with content appropriately split between orchestration and implementation; no bundle files to verify.

5 / 5

Total

19

/

20

Passed

Description

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

An exceptionally well-constructed description: it states the domain and concrete CRUD actions, supplies multiple synonyms and natural trigger utterances, and preemptively disambiguates against sibling skills via an explicit "不用于" boundary. It uses third-person voice with no padding.

DimensionReasoningScore

Specificity

Lists four concrete CRUD actions ("新增、修改、查看、删除 widget") scoped to a clear domain, matching the comprehensive-coverage anchor; not a 4 because the action set covers the full lifecycle without notable gaps.

5 / 5

Completeness

Explicitly answers both what (widget lifecycle management) and when ("当用户要...时触发" plus concrete trigger phrases and a "不用于" exclusion clause); matches the anchor requiring concrete trigger phrases, so not capped at 3.

5 / 5

Trigger Term Quality

Provides four synonyms (widget / 桌面组件 / 小组件 / 仪表盘卡片) plus natural user utterances ("加个天气 widget", "做个番茄钟组件", "改下这个 widget 的颜色"), giving comprehensive natural-term coverage; not a 4 because synonym and phrase coverage is thorough for this domain.

5 / 5

Distinctiveness Conflict Risk

Clear niche (workbench widget lifecycle) with explicit de-confliction routing to named sibling skills (visualization-ops-skill, cloud-media-skill) and a direct-answer fallback, yielding minimal conflict risk.

5 / 5

Total

20

/

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
itsablabla/openloaf-web
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.