CtrlK
BlogDocsLog inGet started
Tessl Logo

cx-alerts

This skill should be used when the user asks to "manage alerts", "create alert", "list alerts", "delete alert", "check alert status", "enable alert", "disable alert", "investigate firing alerts", "check which alerts are active", "find alerting rules", "set up an alert", "configure alerting", "mute an alert", "silence an alert", "see alert definitions", "check alert priority", or wants to manage Coralogix alert definitions using the cx CLI.

80

Quality

100%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

A well-crafted operational skill body: actionable commands and complete examples, a sequenced create-and-verify workflow with a principles checklist, and clean progressive disclosure to real reference files. Minimal padding and no nested-reference chaining.

DimensionReasoningScore

Conciseness

Dense operational reference with no generic concept padding (no "what is an alert" filler); every section is skill-specific commands, enum values, or copy-paste JSON that Claude would not already know. The inline 12-type and priority tables are quick-reference summaries that earn their tokens, not verbosity.

3 / 3

Actionability

Provides fully executable, copy-paste-ready guidance: a CLI command table, complete JSON payloads for three alert types, and concrete jq pipelines such as `cx alerts list -o json | jq '.[] | select(.status == "ALERTING")'`.

3 / 3

Workflow Clarity

The Create Workflow is a clearly numbered 6-step sequence with an explicit validation checkpoint (step 6: "Verify with `cx alerts list --name`"), reinforced by a Key Principles checklist; the create operation is a single verified write rather than a batch/destructive task requiring a retry loop.

3 / 3

Progressive Disclosure

SKILL.md is an overview that points to five clearly signaled, one-level-deep reference files (all verified to exist: alert-schemas, dataprime-reference, logs-querying, promql-guidelines, spans-querying), with exhaustive schemas correctly offloaded to references and a Related Skills section for navigation.

3 / 3

Total

12

/

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.

An exemplary description: concrete actions, abundant natural trigger terms, explicit use-when guidance, and a clearly bounded niche tied to the cx CLI. No vague fluff or over-claims.

DimensionReasoningScore

Specificity

Lists many concrete actions ("create alert", "list alerts", "delete alert", "enable alert", "disable alert", "mute an alert", "silence an alert", "investigate firing alerts") rather than vague language; written in third person ("This skill should be used when the user asks..."), so no voice penalty applies.

3 / 3

Completeness

Explicitly states what the skill does ("manage Coralogix alert definitions using the cx CLI") and when to use it via an explicit "should be used when the user asks to..." trigger clause, satisfying both what and when.

3 / 3

Trigger Term Quality

Covers natural phrasings a user would actually say ("manage alerts", "set up an alert", "mute an alert", "silence an alert", "check which alerts are active", "find alerting rules") with good variation rather than jargon.

3 / 3

Distinctiveness Conflict Risk

Scoped to a clear niche ("Coralogix alert definitions using the cx CLI") with alert-specific triggers, making it unlikely to fire for unrelated skills.

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.