CtrlK
BlogDocsLog inGet started
Tessl Logo

weknora-rag-search

Use when retrieving from or asking questions against a WeKnora knowledge base via the `weknora` CLI — and especially when unsure whether to use `chat`, `session ask`, or `search chunks` for a given goal.

69

Quality

85%

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

82%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 reference that uses a decision table to route users to the right command and backs it with executable examples and gotchas. Content is appropriately split into reference files with only a minor navigation gap.

Suggestions

Link `references/chat.md` explicitly in the body (e.g., in the chat/session-ask rows or gotchas) so both reference files are signaled the same way as search-chunks.md.

Tighten a few gotcha clauses (e.g., the streaming stop/resume sentence) to remove explanatory padding that assumes Claude needs the rationale spelled out.

Consider a one-line validation cue for the KB-resolution path (e.g., 'if `--kb` fails, run `weknora kb list` before retrying') to add an explicit checkpoint to the selection workflow.

DimensionReasoningScore

Conciseness

Mostly lean: a decision table, three crisp decisions, gotchas, and examples, delegating background to the `weknora-shared` skill rather than re-explaining concepts; a few explanatory clauses in the gotchas could be trimmed.

4 / 5

Actionability

Provides concrete, copy-paste-ready bash commands with real flags (`--kb`, `--session`, `--format`, `--limit`) and a worked multi-turn continuation example covering the common cases.

5 / 5

Workflow Clarity

The decision table plus "The three decisions that matter" gives a clear, sequenced selection flow with error/exit-code guidance; no destructive or batch operations trigger the validation cap, but there are no explicit validation checkpoints.

4 / 5

Progressive Disclosure

SKILL.md is an overview that signals one-level-deep references (e.g. "Details: `references/search-chunks.md`") and defers background to a shared skill; `references/chat.md` exists but is not explicitly linked from the body, a minor organization gap.

4 / 5

Total

17

/

20

Passed

Description

87%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, concrete description that clearly names the tool, its main commands, and explicit trigger conditions in third-person imperative voice. It answers both what and when with minimal fluff.

DimensionReasoningScore

Specificity

Names the tool (`weknora` CLI) and three concrete sub-commands (`chat`, `session ask`, `search chunks`) plus the retrieving/asking actions, listing several specific actions with only minor coverage gaps.

4 / 5

Completeness

Explicitly states what the skill does (retrieval/Q&A against a WeKnora KB via the CLI) and when to use it ("Use when retrieving... especially when unsure whether to use chat, session ask, or search chunks"), with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural phrases a user would say ("retrieving from", "asking questions against a knowledge base") alongside the command names, with good though not exhaustive keyword coverage.

4 / 5

Distinctiveness Conflict Risk

Scoped to the WeKnora CLI and its specific sub-commands, giving it a clear niche with minimal overlap risk against other skills.

5 / 5

Total

18

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
Tencent/WeKnora
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.