CtrlK
BlogDocsLog inGet started
Tessl Logo

fix-dependabot

Fix a Dependabot PR by updating all monorepo instances of the dependency, running bun install, and pushing

64

Quality

76%

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 ./.agents/skills/fix-dependabot/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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, well-sequenced, and includes a real validation checkpoint, making it an efficient, actionable workflow. The only gap is placeholder syntax in the ripgrep example that is not strictly copy-paste ready.

Suggestions

Replace the ripgrep placeholder pattern with a concrete worked example (e.g. `rg '"vite": "[~^]?5\.\d+\.\d+"' --glob '**/package.json'`) so the command is fully executable.

Consider a brief note on how to extract the dependency name and old/new version from the `gh pr view` JSON for readers unfamiliar with that output.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it jumps straight into concrete commands with no padding or explanations of concepts Claude already knows (e.g. what Dependabot or bun is).

3 / 3

Actionability

It provides real, executable commands (gh pr view, git fetch/checkout, rg, bun install, git add/commit/push), but the ripgrep pattern uses '<dependency>' and '<old-version>' placeholders rather than showing a complete copy-paste example.

2 / 3

Workflow Clarity

The seven steps are clearly sequenced, and step 5 is an explicit validation checkpoint ('Run git status to confirm only bun.lock and the expected package.json files were modified') with an investigation feedback loop on failure.

3 / 3

Progressive Disclosure

This is a short, single-purpose skill with no bundle files and well-organized numbered sections; under the simple-skills note, that organization alone earns a 3.

3 / 3

Total

11

/

12

Passed

Description

67%

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 concrete and specific with a clear niche, but it omits an explicit 'Use when' trigger and relies on slightly technical phrasing. Adding a user-facing trigger clause and more natural keyword variations would raise it.

Suggestions

Add an explicit trigger clause such as 'Use when fixing or completing a Dependabot PR in a bun monorepo' to satisfy the 'when should Claude use it' requirement.

Include natural keyword variations users might say (e.g. 'dependabot alert', 'bump dependency', 'update lockfile') to broaden trigger term coverage.

Rephrase in third-person action voice ('Fixes a Dependabot PR by ...') so it reads as a capability statement rather than an instruction.

DimensionReasoningScore

Specificity

It lists multiple concrete actions — 'updating all monorepo instances of the dependency', 'running bun install', and 'pushing' — naming a specific domain (Dependabot monorepo PRs).

3 / 3

Completeness

It clearly states what the skill does but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps completeness at 2 per the guidelines.

2 / 3

Trigger Term Quality

'Dependabot PR', 'monorepo', 'dependency', 'bun install', and 'pushing' are real terms but common natural variations like 'dependabot alert', 'bump dependency', or 'update lockfile' are absent.

2 / 3

Distinctiveness Conflict Risk

The combination of Dependabot PRs + monorepo + bun install is a narrow niche unlikely to collide with other skills, and the trigger language is distinct.

3 / 3

Total

10

/

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
remotion-dev/remotion
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.