CtrlK
BlogDocsLog inGet started
Tessl Logo

lsp

Use when Codex needs language-server diagnostics, definitions, references, symbols, or rename safety checks in the current workspace.

71

Quality

86%

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.

The body is concise, actionable, and well-organized for a simple single-purpose tool-dispatch skill. The main gap is an explicit validation/feedback loop for the riskier rename and post-edit diagnostics workflows.

Suggestions

Add an explicit edit->re-run diagnostics (severity: 'error')->fix->retry loop so post-edit verification is unambiguous.

For lsp.rename, add a checkpoint: run lsp.prepare_rename first, confirm the workspace edit is safe, apply lsp.rename, then re-run lsp.diagnostics to verify no breakage.

DimensionReasoningScore

Conciseness

The body is lean — a one-line intro, a terse tool list, an executable config block, and one triage tip — with no explaining of concepts Claude already knows, matching the score-3 lean-and-efficient anchor.

3 / 3

Actionability

Provides concrete tool names with parameter hints ('severity: "error"', file/line/char for goto_definition), a copy-paste-ready JSON config, and a concrete triage step, matching the score-3 fully-executable anchor.

3 / 3

Workflow Clarity

A sequencing hint exists ('Use lsp.status first when diagnostics report a missing language server') but the risky rename operation (prepare_rename -> rename) and the edit-then-recheck flow lack an explicit validate->fix->retry checkpoint, which per the rubric caps workflow_clarity at 2.

2 / 3

Progressive Disclosure

Under 50 lines, single-purpose, and organized into clear ## Tools and ## Config sections with no external references needed, matching the rubric's guidance that such simple skills can score 3 on well-organized sections alone.

3 / 3

Total

11

/

12

Passed

Description

85%

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 specific, complete, and distinct, explicitly stating both what the skill does and when to use it. Its only weakness is trigger-term breadth: the keywords are somewhat technical and miss a few natural phrasings a user would actually say.

Suggestions

Add natural trigger variations a user would say, e.g. 'go to definition', 'find usages', and 'lint errors', alongside the current technical terms.

Consider mentioning 'LSP' explicitly as a keyword since users debugging language-server issues often say it by name.

DimensionReasoningScore

Specificity

Lists five concrete LSP actions — 'diagnostics, definitions, references, symbols, or rename safety checks' — rather than vague language, matching the score-3 anchor of multiple specific concrete actions.

3 / 3

Completeness

Explicitly answers both what ('diagnostics, definitions, references, symbols, or rename safety checks') and when ('Use when Codex needs ... in the current workspace'), matching the score-3 anchor of clear what-and-when triggers.

3 / 3

Trigger Term Quality

Includes relevant keywords like 'diagnostics', 'references', and 'symbols', but leans technical and omits common natural variations a user would say ('go to definition', 'find usages', 'lint errors', 'LSP'), so it stops at score 2 rather than 3.

2 / 3

Distinctiveness Conflict Risk

Targets a distinct niche — language-server operations in the current workspace — with triggers unlikely to overlap other skills, matching the score-3 clear-niche anchor rather than the score-2 overlapping case.

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
code-yeongyu/lazycodex
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.