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.

73

Quality

92%

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-3

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 clean progressive disclosure into verified reference files. Its only weakness is mild verbosity from the inline scope-detection script that partially duplicates its reference.

Suggestions

Move the full POSIX scope-detection script into references/repository-scope.md and keep only a short call-site summary in Step 2, reducing duplication and inline length.

Collapse the per-field config-parsing python3 one-liners into a single small helper block to cut repeated boilerplate.

Trim the inline comment prose in the scope-detection case statements now that the rationale lives in the reference file.

DimensionReasoningScore

Conciseness

The body is mostly lean and assumes Claude's competence, but the ~60-line inline POSIX scope-detection script overlaps with references/repository-scope.md and could be tightened or deferred, keeping it from a top score.

2 / 3

Actionability

Executable bash (git/config parsing), the exact POST /rules/search contract, a precise three-line query format, and a severity enforcement table give copy-paste-ready, concrete guidance.

3 / 3

Workflow Clarity

Eight clearly sequenced steps with explicit validation checkpoints (git-repo check, config/API-key check, empty-results handling) and a Common Mistakes checklist; the task is retrieval, not destructive, so no feedback loop cap applies.

3 / 3

Progressive Disclosure

SKILL.md is an overview with four real, well-signaled one-level-deep references (repository-scope.md, query-generation.md, search-endpoint.md, output-format.md), all verified present in ./references/.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

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 concisely states concrete capabilities, explicit trigger conditions, and a skip guard. It clearly answers both what and when with natural trigger terms.

DimensionReasoningScore

Specificity

"Loads coding rules from Qodo most relevant to the current coding task by generating a semantic search query from the assignment" names multiple concrete actions (load rules, generate semantic search query, rank by relevance).

3 / 3

Completeness

It states what the skill does (loads relevant Qodo rules via a generated semantic search query) and when to use it ("Use when Qodo is configured and the user asks to write, edit, refactor, or review code"), plus an explicit skip clause.

3 / 3

Trigger Term Quality

"write, edit, refactor, or review code" and "starting implementation planning" are natural phrasings users would say, with good coverage of common coding-request variations.

3 / 3

Distinctiveness Conflict Risk

The Qodo-specific niche ("Loads coding rules from Qodo", gated on "Qodo is configured") gives it a clear, distinct scope unlikely to trigger for non-Qodo skills.

3 / 3

Total

12

/

12

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.