CtrlK
BlogDocsLog inGet started
Tessl Logo

skillshare-update-docs

Update website docs to match recent code changes, cross-validating every flag against source. Use this skill whenever the user asks to: update documentation, sync docs with code, document a new flag or command, fix stale docs, or update the README. This skill covers all website/docs/ categories (commands, reference, understand, how-to, troubleshooting, getting-started) plus the built-in skill description and README. If you just implemented a feature and need to update docs, this is the skill to use. Never manually edit website docs without cross-validating flags against Go source first.

64

Quality

79%

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 ./.skillshare/skills/skillshare-update-docs/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

75%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 well-structured, actionable docs-sync workflow with concrete commands and explicit validation checkpoints. It is concise and well-organized, with only minor gaps around substitution placeholders and an implicit error-recovery loop after the build step.

Suggestions

Make the build-verification feedback loop explicit (e.g., 'If npm run build fails, fix broken links/errors and re-run until it passes') to push workflow_clarity toward 5.

Replace generic doc-page read instructions in Step 2 with concrete read commands or a glob pattern to lift actionability.

Tighten the prose in Steps 3 and 5 (e.g., collapse 'Apply changes following existing doc conventions' bullet lists) to reduce minor verbosity.

DimensionReasoningScore

Conciseness

Efficient multi-step workflow built around executable commands with no basic-concept padding; a few prose lines in Steps 3 and 5 could be trimmed, keeping it just below the lean anchor of 5 and above the over-explanation of 3.

4 / 5

Actionability

Provides concrete, mostly-executable commands (git diff, grep pattern, npm run build) plus a file-to-doc mapping table; falls short of 5 because doc-page reads are described rather than given as exact commands and placeholders like <cmd> require substitution.

4 / 5

Workflow Clarity

Seven clearly sequenced steps with explicit verification checkpoints (Step 2 cross-validate every flag against grep hits, Step 6 build verification); not 5 because the build-failure recovery loop is implicit rather than a spelled-out fix-and-retry cycle.

4 / 5

Progressive Disclosure

Well-organized into Scope/Workflow/Rules sections with no nested references and all content appropriately self-contained; not 5 because there is no overview-pointing-to-details pattern, but structure is clean and easy to navigate.

4 / 5

Total

16

/

20

Passed

Description

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

A strong, well-scoped description that clearly states what it does and when to use it with natural trigger phrases. It is mostly distinct from sibling skills via the cross-validation requirement, with only minor overlap risk from broad doc-update triggers.

DimensionReasoningScore

Specificity

Lists several concrete actions (cross-validate flags against source, document a flag/command, fix stale docs, update README) within the website-docs domain; falls short of 5 due to narrow scope and short of 3 because it clearly enumerates more than 1-2 actions.

4 / 5

Completeness

Explicitly answers both what ('Update website docs to match recent code changes, cross-validating every flag against source') and when ('Use this skill whenever the user asks to: update documentation, sync docs with code...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases users would say ('update documentation', 'sync docs with code', 'fix stale docs', 'update the README') with good coverage; not 5 because it lacks synonyms/file-extension-style breadth, and above 3 because it has more than a few generic keywords.

4 / 5

Distinctiveness Conflict Risk

Scoped to website/docs/ sync for a Go CLI with code-cross-validation as a distinguishing requirement, giving it a clear niche; not 5 because 'update documentation' triggers are somewhat broad and could marginally overlap with general doc skills.

4 / 5

Total

17

/

20

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

13

/

16

Passed

Repository
runkids/skillshare
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.