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.

70

Quality

86%

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

72%

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

A largely actionable, well-structured skill body with executable commands, complete JSON examples, and a properly split one-level-deep reference set. It loses points on conciseness (duplicated suppression table and a rehashing Key Principles section) and workflow clarity (no error-recovery loop and no destructive-op validation checkpoint).

Suggestions

Remove the duplicate suppression-rules command table — it already appears in the CLI Commands table — and keep only the dedicated section's worked examples to tighten the body.

Add an error-recovery feedback loop to the Create Workflow (e.g., what to do if `cx alerts create` fails or verification shows the wrong config) and a brief validation checkpoint before destructive `cx alerts delete <id>` operations.

Trim the Key Principles section to net-new guidance only (e.g., "Disable, don't delete") since the priority-asking and verify-after-create points are already stated inline.

DimensionReasoningScore

Conciseness

The body is mostly lean reference material that does not explain concepts Claude already knows, but the suppression-rules commands are listed twice (CLI Commands table and Suppression Rules table) and the Key Principles section rehashes inline guidance ("Always ask for priority", "Verify after create"), so not every token earns its place as the level-3 anchor requires.

2 / 3

Actionability

Concrete commands with flags, full copy-paste JSON alert definitions, and a specific jq filter (`cx alerts list -o json | jq '.[] | select(.status == "ALERTING")'`) provide fully executable, copy-paste-ready guidance matching the level-3 anchor.

3 / 3

Workflow Clarity

The Create Workflow is a clear numbered sequence with an explicit verify step (step 6), but it lacks an error-recovery feedback loop and the destructive delete operation has no sequenced validation checkpoint, which caps it at the level-2 anchor rather than reaching level 3's 'feedback loops for error recovery'.

2 / 3

Progressive Disclosure

The Additional Resources section clearly signals five one-level-deep reference files with descriptions of each, and all referenced paths (alert-schemas.md, dataprime-reference.md, logs-querying.md, promql-guidelines.md, spans-querying.md) exist in the bundle, matching the level-3 anchor for a clear overview with well-signaled references.

3 / 3

Total

10

/

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 states concrete capabilities, gives an explicit 'use when' trigger with many natural user phrases, and is tightly scoped to Coralogix alert management via the cx CLI. Voice is appropriately third person, so no specificity penalty applies.

DimensionReasoningScore

Specificity

Lists many concrete actions — "create alert", "list alerts", "delete alert", "enable alert", "disable alert", "mute an alert", "silence an alert" — and ties them to "manage Coralogix alert definitions using the cx CLI", matching the anchor for multiple specific concrete actions rather than the partial coverage at level 2.

3 / 3

Completeness

Explicitly answers both what ("manage Coralogix alert definitions using the cx CLI") and when ("This skill should be used when the user asks to …") with an explicit trigger clause, satisfying the level-3 anchor and avoiding the level-2 cap for a missing 'Use when' clause.

3 / 3

Trigger Term Quality

Roughly sixteen natural quoted phrases a user would actually say ("manage alerts", "set up an alert", "investigate firing alerts", "check which alerts are active", "mute an alert") give strong coverage of natural trigger terms, not just technical jargon.

3 / 3

Distinctiveness Conflict Risk

The Coralogix + cx CLI niche and alert-specific trigger terms make this clearly distinguishable from generic skills and unlikely to fire for the wrong skill, matching the level-3 anchor for a clear niche with distinct triggers.

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.