CtrlK
BlogDocsLog inGet started
Tessl Logo

code-quality

Code-quality standards for RedisInsight: TypeScript strictness, naming conventions (camelCase, PascalCase, UPPER_SNAKE_CASE), linting rules, no `any` without reason, no `!important` in styles, and constant extraction. Use when writing or refactoring any TypeScript/JavaScript code in this repo, when ESLint or Prettier issues come up, or when the user mentions code style, lint, naming conventions, or general code quality.

77

Quality

96%

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

92%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.

The body is a tightly organized, highly actionable code-quality standards document with concrete commands, alias mappings, and a validation checklist. The only weakness is mild verbosity in the Comments illustration and a few list sections.

Suggestions

Tighten the Comments 'Avoid' example: the long mock comment is illustrative but consumes many tokens — a 2-line contrast would carry the same lesson.

Trim the Best Practices and SonarJS bullet lists by merging overlapping items (e.g., 'Use constants instead of magic numbers' already appears in Critical/Pre-Commit).

Consider folding the Vite Cache Management steps into a single short block since it is a niche exception rather than core standards.

DimensionReasoningScore

Conciseness

Mostly efficient bullets and concrete examples, but the Comments section includes a deliberately verbose multi-line 'Avoid' block and a few padded Best-Practice/Vite lines that could be trimmed; not quite the lean ideal.

4 / 5

Actionability

Provides concrete commands (npm run lint, rm -rf node_modules/.vite), exact module-alias mappings with ✅/❌ import examples, and named conventions — fully actionable for an instruction-only standards skill.

5 / 5

Workflow Clarity

A single-purpose policy skill with no destructive/batch process, so the simple-skill exception applies; the Pre-Commit Checklist provides an explicit sequenced validation checkpoint covering lint, types, and imports.

5 / 5

Progressive Disclosure

Well-organized with clear section headers and no external references needed; content is appropriately chunked for a self-contained standards skill (under-50-line-style exception).

5 / 5

Total

19

/

20

Passed

Description

100%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.

The description is specific, trigger-rich, complete, and clearly scoped to the RedisInsight repo with an explicit Use-when clause. It matches the top anchors across all four dimensions with no notable gaps.

DimensionReasoningScore

Specificity

Enumerates concrete standards — TypeScript strictness, naming conventions, linting rules, 'no any without reason', 'no !important', constant extraction — giving comprehensive coverage of the domain.

5 / 5

Completeness

Clearly states both what the skill enforces and an explicit 'Use when...' clause listing concrete trigger situations.

5 / 5

Trigger Term Quality

Natural user phrases are well covered: 'writing or refactoring any TypeScript/JavaScript code', 'ESLint or Prettier issues', 'code style, lint, naming conventions', with synonyms for the same intent.

5 / 5

Distinctiveness Conflict Risk

Scoped to 'this repo' (RedisInsight) with specific tooling triggers, giving a clear niche and minimal overlap with other skills.

5 / 5

Total

20

/

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/RedisInsight
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.