CtrlK
BlogDocsLog inGet started
Tessl Logo

cli

Run Deno with the right flags — run/test permissions, `deno task` over raw commands, unstable opt-ins, deps via `deno add`/`outdated`/`remove`. Use when wiring or running Deno locally. Not for Deno Deploy or cloud hosting — use deploy.

67

Quality

80%

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 ./plugins/flowai-deno/skills/cli/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%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-organized, actionable Deno CLI reference with concrete commands and a clear permission-determination workflow. The main drag is conciseness: an unnecessary intro line and a dated incident anecdote add tokens without proportional value.

Suggestions

Drop the generic opening sentence ('This skill provides instructions for effective use of the Deno CLI...') — the section headers already convey purpose.

Move or compress the 2026-09-06 incident parenthetical into a brief 'common mistake' note without the date, or place it under a dedicated 'Pitfalls' section so time-sensitive detail stops inflating the permission rules.

Add one copy-paste-ready grep example (e.g. `grep -rE 'Deno.openKv|Deno.serve|fetch\(|Deno.env|Deno.cron'`) so the permission-detection step is fully executable rather than described.

DimensionReasoningScore

Conciseness

The command list is lean and bullet-form, but the opening line ('This skill provides instructions for effective use...') is mild fluff and the dated 2026-09-06 incident parenthetical is time-sensitive padding that the guidelines say should penalize conciseness unless isolated in a deprecated section.

3 / 5

Actionability

Concrete, mostly copy-paste-ready commands throughout ('deno run [OPTIONS] <FILE>', 'deno add jsr:@std/assert', executable bash examples), with only minor gaps such as the grep-by-call guidance lacking a ready-to-run command, fitting the 4 anchor.

4 / 5

Workflow Clarity

The permission-determination workflow is sequenced (grep for specific calls like Deno.openKv/fetch/Deno.env, then give one line per flag and name the unstable flag), with most checkpoints present; not a destructive/batch context requiring the validation cap.

4 / 5

Progressive Disclosure

No bundle files exist and none are needed; the body is a single well-sectioned file (Core Commands, Permission Rules, Unstable Features, Configuration, Examples, Tips) with no nested references, though at ~94 lines it sits just outside the under-50-line simple-skill exception that would warrant a 5.

4 / 5

Total

15

/

20

Passed

Description

92%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 tight, third-person description that states concrete capabilities, an explicit 'Use when' trigger, and a clear boundary against the deploy skill. Minor keyword gaps in subcommand synonyms keep trigger quality just below maximum.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'run/test permissions', 'deno task over raw commands', 'unstable opt-ins', 'deps via deno add/outdated/remove' — giving comprehensive coverage of the CLI scope, matching the 5 anchor.

5 / 5

Completeness

Explicitly answers both 'what' (flags, tasks, unstable opt-ins, deps) and 'when' ('Use when wiring or running Deno locally') with concrete trigger phrases, matching the 5 anchor.

5 / 5

Trigger Term Quality

Good coverage of natural Deno terms ('Deno', 'deno task', 'deno add/outdated/remove', 'running Deno locally'), though a few common subcommand terms users might say (e.g. 'format', 'lint', 'test') are absent, fitting the 4 anchor.

4 / 5

Distinctiveness Conflict Risk

Clear niche (local Deno CLI) with an explicit boundary — 'Not for Deno Deploy or cloud hosting — use deploy' — minimizing conflict risk, matching the 5 anchor.

5 / 5

Total

19

/

20

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
korchasa/flowai-plugins
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.