CtrlK
BlogDocsLog inGet started
Tessl Logo

docs-build-and-verify

Use when asked to build, preview, or verify the Flet documentation website, including checking for broken links, broken images, and unresolved reST cross-references.

76

Quality

93%

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

87%

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

A tight, highly actionable verification skill with executable commands and a complete inline script. Its only gap is workflow clarity: the build step has a validation loop, but the manual post-build checks stop at reporting rather than closing a fix-and-retry loop.

Suggestions

Add an explicit fix-and-retry checkpoint after the broken-image and reST checks (e.g., 'If any are listed, fix the source reference/image and re-run yarn build, then re-check').

Frame the three checks as a single ordered checklist with a clear 'build first, then run these checks' preamble so the overall sequence is unambiguous.

Optionally move the inline broken-image Python script into a scripts/ file and reference it, keeping SKILL.md as a lean overview.

DimensionReasoningScore

Conciseness

Lean throughout — terse section intros like 'Full production build (includes broken link detection):' followed directly by commands, with no explanation of concepts Claude already knows; the inline Python script is complete and necessary rather than padded.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance: 'nvm use 20', 'cd website && yarn build', a complete Python script for broken-image detection, and a concrete grep command for unresolved reST roles.

3 / 3

Workflow Clarity

Sequencing is present ('Run this after yarn build') and the build has a built-in fail-on-broken-links feedback loop, but the post-build broken-image and reST checks only report results without an explicit fix-then-recheck checkpoint, leaving checkpoints implicit.

2 / 3

Progressive Disclosure

No bundle files are present and none are needed; the body is a compact, well-organized set of sections (Prerequisites, Build, three Check sections), which per the simple-skill note earns a full score without external references.

3 / 3

Total

11

/

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 strong, concise description that names concrete actions, provides an explicit use-when trigger, and is tightly scoped to a distinct niche. It is not below any level because it lacks neither what nor when guidance.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'build, preview, or verify the Flet documentation website, including checking for broken links, broken images, and unresolved reST cross-references' — matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Clearly states what it does (build/preview/verify plus the three checks) and when to use it via an explicit 'Use when asked to...' clause, satisfying both what and when.

3 / 3

Trigger Term Quality

Uses natural terms a user would say ('build', 'preview', 'verify', 'broken links', 'broken images') with an explicit 'Use when asked to...' trigger; 'reST cross-references' is domain-accurate rather than generic jargon.

3 / 3

Distinctiveness Conflict Risk

Scoped to the 'Flet documentation website' with specific verification triggers, giving it a clear niche unlikely to collide with other skills.

3 / 3

Total

12

/

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
flet-dev/flet
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.