CtrlK
BlogDocsLog inGet started
Tessl Logo

code-change-verification

Verify ioredis code changes before handoff. Use when an agent changes or reviews runtime TypeScript, Redis command support, generated typings, tests, docs tied to behavior, build tooling, release-sensitive files, or any task that needs choosing and running the right local validation commands.

75

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

93%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 concise, highly actionable verification skill with exact commands and a clear sequenced workflow. The only minor gap is the absence of an explicit error-recovery loop beyond reporting failures.

Suggestions

Add an explicit 'on failure: read the failing test/error, fix, re-run the focused command' loop to close the error-recovery gap in workflow clarity.

DimensionReasoningScore

Conciseness

Lean and efficient throughout: assumes Claude knows what ioredis, TypeScript, Mocha, and tsd are, with every line being a concrete path, command, env var, or guardrail rather than explanation.

5 / 5

Actionability

Fully executable, copy-paste-ready commands with exact env vars and file globs (e.g. 'TS_NODE_TRANSPILE_ONLY=true NODE_ENV=test npx mocha --no-experimental-strip-types "test/unit/<file>.ts"') covering the common validation cases.

5 / 5

Workflow Clarity

Clear 5-step sequence with a validation checkpoint (focused tests must pass before escalating to 'npm test') and structured result reporting, but lacks an explicit fail-to-fix-to-retry error-recovery loop.

4 / 5

Progressive Disclosure

Under 50 lines with no need for external references, organized into well-delimited Workflow and Command Reference sections; the simple-skill exception applies cleanly.

5 / 5

Total

19

/

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 strong, tightly-scoped description that clearly states both capability and explicit trigger conditions for the ioredis verification domain. The only minor weakness is a couple of less-natural trigger phrases.

Suggestions

Consider adding 'lint' and 'format' as explicit trigger terms since the body covers formatting/lint changes.

Replace 'release-sensitive files' with a more user-natural phrase like 'files affecting publishing or releases'.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Verify ioredis code changes', 'choosing and running the right local validation commands') plus a comprehensive enumeration of change types (runtime TypeScript, Redis command support, generated typings, tests, docs, build tooling, release-sensitive files).

5 / 5

Completeness

Explicitly answers both 'what' ('Verify ioredis code changes before handoff') and 'when' with a concrete 'Use when...' clause enumerating trigger scenarios.

5 / 5

Trigger Term Quality

Good natural-keyword coverage (ioredis, TypeScript, Redis command, typings, tests, docs, build tooling) with synonyms, but 'release-sensitive files' is not a phrase users naturally say and a few common terms (lint, format) are absent.

4 / 5

Distinctiveness Conflict Risk

Tightly scoped to the ioredis codebase with distinct, library-specific triggers, giving it a clear niche with minimal overlap risk against other skills.

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
redis/ioredis
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.