CtrlK
BlogDocsLog inGet started
Tessl Logo

cx-search-dashboard

This skill should be used when the user asks to "find a dashboard", "search dashboards", "does a dashboard exist for X", "find widgets that query Y", "which dashboards use this field", "find a dashboard about errors", "look up dashboards by description", "search for existing monitoring dashboards", "find widgets that reference a field", or wants to discover existing Coralogix dashboards or widgets using natural-language or field-based search.

76

Quality

93%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-crafted, concise CLI skill with fully executable commands and concrete examples. Its only meaningful weakness is the clone/create workflow, which performs a write operation without an explicit validation or verification checkpoint.

Suggestions

Add a verification step to the clone workflow, e.g. re-run `cx dashboards get <new-id> -o json` after `cx dashboards create --from-file` to confirm the new dashboard was created with the intended structure.

Validate the exported JSON before re-creating, e.g. check that `cx dashboards get` produced valid output and that the modified file still parses, so a malformed definition is caught before the create call.

Consider merging the "CLI Commands" and "When to Use Each Command" tables into one goal→command→flags table to remove the remaining overlap and tighten the token budget further.

DimensionReasoningScore

Conciseness

The body is lean and table-driven with no explanation of concepts Claude already knows (e.g., what a dashboard or Coralogix is); every section earns its place. The two command tables reframe the same info as goal→command and command→purpose mappings rather than padding, keeping it efficient.

3 / 3

Actionability

Provides fully executable CLI commands with key flags plus concrete, copy-paste-ready examples such as `cx dashboards search "payment service error rate"` and `cx dashboards query-search --field '$d.http.status_code'`, matching the anchor for fully executable guidance.

3 / 3

Workflow Clarity

The core search→inspect flow is clear and includes a soft feedback loop ("try several phrasings if the first search returns nothing useful"), but the clone workflow (`get` JSON → modify → `create --from-file`) performs a write operation with no validation or verification step that the create succeeded or the JSON is valid. Per the rubric, a missing verification step in a write/destructive operation caps workflow clarity at 2; it is not a 3 because of this gap, and not a 1 because the sequence itself is well ordered.

2 / 3

Progressive Disclosure

The skill is compact (under ~60 lines), has no bundle files and no need for external references, and is organized into clearly labeled sections (CLI Commands, When to Use, Examples, Key Principles, Related Skills), which earns a 3 for a simple skill with well-organized sections.

3 / 3

Total

11

/

12

Passed

Description

100%

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 description: it uses third-person voice, names multiple concrete actions, supplies many natural trigger phrases, and explicitly covers both what the skill does and when to use it. It is clearly distinguishable from related dashboard-building and telemetry-querying skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions such as "find a dashboard", "search dashboards", "find widgets that query Y", and "discover existing Coralogix dashboards or widgets using natural-language or field-based search", matching the anchor for listing multiple specific concrete actions.

3 / 3

Completeness

Explicitly states both what the skill does ("discover existing Coralogix dashboards or widgets using natural-language or field-based search") and when to use it ("when the user asks to ..." with many explicit triggers), clearly answering both what and when.

3 / 3

Trigger Term Quality

Includes a broad set of natural phrasings a user would actually say ("find a dashboard", "does a dashboard exist for X", "which dashboards use this field", "search for existing monitoring dashboards"), giving good coverage of natural trigger terms.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (searching/discovering existing dashboards) with distinct triggers that differ from building a new dashboard, making it unlikely to fire for the wrong skill.

3 / 3

Total

12

/

12

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
coralogix/cx-cli
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.