CtrlK
BlogDocsLog inGet started
Tessl Logo

qodo-get-rules

Loads coding rules from Qodo most relevant to the current coding task by generating a semantic search query from the assignment. Use when Qodo is configured and the user asks to write, edit, refactor, or review code, or when starting implementation planning. Skip if rules are already loaded.

68

Quality

84%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

85%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-structured, actionable skill body with a clear multi-step workflow, validation checkpoints, and disciplined use of one-level reference files. The only lever is trimming a few lines in the inline scope-detection block.

DimensionReasoningScore

Conciseness

Mostly efficient with executable bash and a tight step structure; comments justify non-obvious portability choices rather than padding basics, though the inline scope-detection block is long and could trim a few explanatory lines.

4 / 5

Actionability

Provides copy-paste-ready bash for git scope detection, config parsing, and URL construction plus an exact three-line query template and a named endpoint (POST /rules/search), with only minor details deferred to reference files.

4 / 5

Workflow Clarity

Eight clearly sequenced steps with explicit validation checkpoints (already-loaded check, git-repo verification, config verification) and feedback loops (graceful degradation on empty scope, empty-results handling, a Common Mistakes checklist).

5 / 5

Progressive Disclosure

Keeps the core workflow inline while signaling one-level-deep references to real files (repository-scope.md, query-generation.md, search-endpoint.md, output-format.md), with content appropriately split and easy to navigate.

5 / 5

Total

18

/

20

Passed

Description

83%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, third-person description that clearly states both what the skill does and when to use it, with concrete actions and a useful skip clause. Minor room to add a few more natural trigger synonyms.

DimensionReasoningScore

Specificity

Names the domain (Qodo coding rules) and several concrete actions — 'Loads coding rules', 'generating a semantic search query from the assignment', retrieval 'ranked by relevance' — but the action list is not exhaustive, so it sits just below the comprehensive anchor.

4 / 5

Completeness

Explicitly answers both 'what' (loads most relevant Qodo coding rules by generating a semantic search query) and 'when' ('Use when Qodo is configured and the user asks to write, edit, refactor, or review code'), plus a skip condition — matching the top anchor.

5 / 5

Trigger Term Quality

Includes natural phrases users actually say — 'write, edit, refactor, or review code', 'starting implementation planning' — with good coverage, though a few common synonyms (e.g. 'implement', 'debug') are absent from the description itself.

4 / 5

Distinctiveness Conflict Risk

Gated on 'Qodo is configured' and scoped to loading coding rules, giving it a clear niche with minimal conflict risk; only minor overlap risk with general code-assist skills because the trigger verbs are broad.

4 / 5

Total

17

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 1 suspicious

Warning

Total

14

/

16

Passed

Repository
qodo-ai/qodo-skills
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.