CtrlK
BlogDocsLog inGet started
Tessl Logo

generate-run-commands

Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.

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 lean, highly actionable skill body with concrete code and specific decision logic, weakened only by a missing verification checkpoint after the tasks.json write/merge. For a simple single-purpose skill the structure and progressive disclosure are appropriate.

Suggestions

Add an explicit verification step after writing .vscode/tasks.json — e.g., re-read the file to confirm the JSON parses and that pre-existing non-run tasks were preserved by the merge.

Introduce a validate-and-retry loop for the merge case (if existing tasks were accidentally dropped or JSON is malformed, fix and re-write) to lift workflow_clarity above 2.

State what to do if .vscode/tasks.json exists but contains malformed JSON, so the modify path has a defined recovery branch.

DimensionReasoningScore

Conciseness

The ~50-line body is lean: a one-line intro, a concrete JSON example, and tight decision/writing sections with no padding or explanation of concepts Claude already knows. It is not level 2 because there is no unnecessary explanation to trim — every section earns its tokens.

3 / 3

Actionability

Provides copy-paste-ready tasks.json JSON, exact field names ("inAgents": true, runOptions.runOn: "worktreeCreated"), specific project files to probe (package.json, Makefile, pyproject.toml, Cargo.toml, go.mod, .nvmrc), and concrete command examples (npm install, npm run dev, cargo run). It is not level 2 because the guidance is fully executable rather than pseudocode or abstract direction.

3 / 3

Workflow Clarity

Steps are sequenced (read existing tasks.json → modify-or-infer → write/merge → confirm) with explicit branching, but there is no verification checkpoint confirming the merged JSON is valid or that pre-existing tasks were preserved. It is not level 3 because validation is only the soft "briefly confirm what was added", not an explicit validate-and-retry loop; it is above level 1 because the sequence and merge safeguard are present.

2 / 3

Progressive Disclosure

A sub-50-line skill with no need for external references, organized into clear sections (Understanding the task schema, Decision logic, Writing the file) — meeting the simple-skill allowance for a top score. It is not level 2 because the sections are well-organized with no inline content that should be split out.

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 concise, well-constructed description that states concrete actions, an explicit "Use when" trigger, and a distinct niche tied to the session Run button. It satisfies the completeness, trigger, and distinctiveness criteria cleanly.

DimensionReasoningScore

Specificity

Lists multiple concrete actions on a clear object — "Generate or modify run commands" and "set up or update run commands" — which is comprehensive for what this skill does. It is not the level below (2), which expects only a named domain and partial actions; here the full action set is enumerated.

3 / 3

Completeness

Explicitly answers both what ("Generate or modify run commands for the current session") and when ("Use when the user wants to set up or update run commands that appear in the session's Run button") with an explicit "Use when" trigger clause. It is not level 2 because the when is stated explicitly rather than merely implied.

3 / 3

Trigger Term Quality

Uses natural terms a user would say — "run commands", "Run button", "set up", "update" — giving good coverage of the relevant phrasings. It is not level 2 because common variations are present rather than only a single keyword.

3 / 3

Distinctiveness Conflict Risk

Targets a distinct niche — the session's Run button / tasks.json run commands — with specific triggers unlikely to fire for unrelated skills. It is not level 2 because the scope is tightly bound to a unique UI artifact rather than a broad document/file category.

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
posit-dev/positron
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.