CtrlK
BlogDocsLog inGet started
Tessl Logo

dependabot-tooling-downgrade

Use a validated tooling downgrade when Dependabot flags an unpatchable transitive vulnerability in build-only dependencies.

62

Quality

73%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.squad/skills/dependabot-tooling-downgrade/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%

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

This is a focused, domain-specific skill that addresses a real and recurring problem. Its strengths are clear scoping (dev-only transitive vulnerabilities) and concrete real-world examples with specific package names and versions. Its weaknesses are the lack of a truly executable, step-by-step workflow with validation checkpoints and the redundancy between the two examples which describe essentially the same scenario.

Suggestions

Restructure the Patterns section into a numbered step-by-step workflow with explicit validation checkpoints (e.g., 'Run `npm audit` — if clean, proceed; if not, investigate further').

Add a copy-paste-ready command sequence showing the exact steps: modifying package.json, running npm install, running npm audit, and running the release command.

Consolidate the two examples into one, or make the second example illustrate a genuinely different scenario to avoid redundancy.

DimensionReasoningScore

Conciseness

Mostly efficient but has some redundancy. The two examples overlap significantly (both describe the same vsce downgrade scenario), and some pattern descriptions could be tighter. The anti-patterns section adds value but partially restates what the patterns already imply.

2 / 3

Actionability

Provides concrete package names, version ranges, and validation commands (npm audit, npm run package), but lacks executable code snippets or copy-paste-ready command sequences. The guidance is specific enough to follow but stops short of fully actionable steps like exact npm install commands or package.json diffs.

2 / 3

Workflow Clarity

The patterns section lists steps in a logical order (confirm chain → check replacement → make change → validate release command → keep it surgical), but they read more like principles than a sequenced workflow. There's no explicit validation checkpoint or feedback loop (e.g., 'if npm audit still fails, try X').

2 / 3

Progressive Disclosure

For a simple, focused skill under 50 lines with no need for external references, the content is well-organized into clear sections (Context, Patterns, Examples, Anti-Patterns) that are easy to scan and navigate.

3 / 3

Total

9

/

12

Passed

Description

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a well-targeted description for a narrow use case. It clearly communicates both the action and the trigger condition in a concise sentence. The main weakness is that it could be slightly more specific about what concrete steps the 'validated tooling downgrade' entails, but the trigger terms and distinctiveness are excellent.

Suggestions

Expand the 'what' portion to list specific concrete actions (e.g., 'pins dependency version, updates lockfile, verifies build integrity') to improve specificity.

DimensionReasoningScore

Specificity

It names a specific domain (Dependabot, transitive vulnerabilities, build-only dependencies) and one action ('tooling downgrade'), but doesn't list multiple concrete actions or steps involved in the process.

2 / 3

Completeness

The description answers both 'what' (use a validated tooling downgrade) and 'when' (when Dependabot flags an unpatchable transitive vulnerability in build-only dependencies) in a single clear sentence with explicit trigger conditions.

3 / 3

Trigger Term Quality

Includes strong natural trigger terms users would actually say: 'Dependabot', 'transitive vulnerability', 'build-only dependencies', 'unpatchable', and 'tooling downgrade' — these are precisely the terms a developer encountering this scenario would use.

3 / 3

Distinctiveness Conflict Risk

This is a very narrow, well-defined niche — the combination of Dependabot, unpatchable transitive vulnerabilities, and build-only dependencies makes it highly unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sbroenne/mcp-server-excel
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.