CtrlK
BlogDocsLog inGet started
Tessl Logo

cx-slos

Manage Coralogix SLO (Service Level Objective) definitions with the `cx slos` CLI — list and inspect SLOs, check whether targets and error budgets are healthy, and create, update, or delete SLO definitions from JSON. Use when the user asks to "list SLOs", "check SLO status", "is an SLO breaching", "error budget", "create an SLO", "update an SLO", "delete an SLO", or "service level objective".

76

Quality

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.

The body is lean, highly actionable, and well-organized with executable examples throughout. Its main gap is the lack of an explicit validation or preview step before destructive create/update/delete operations, leaving workflow verification implicit.

Suggestions

Add an explicit pre-apply checkpoint to the create/update workflow, e.g. re-run 'cx slos get' or a diff/preview to confirm the payload before issuing the write with --yes.

For destructive operations, document a validate-then-confirm feedback loop (review 'effectedSloAlertIds' before committing, not only after) so the verification step is explicit rather than implied.

Clarify how to verify a create/update succeeded (e.g. re-fetch and compare attainment vs. targetThresholdPercentage) as a closing verification step in the workflow.

DimensionReasoningScore

Conciseness

Lean tables and copy-paste command blocks with no padding; the single one-line SLO definition establishes domain-specific terms (request- vs window-based) Claude would not already know, so every token earns its place.

3 / 3

Actionability

Provides fully executable commands and pipelines such as 'cx slos list -o json | jq [...]', 'cx slos get <id> -o json', and 'cx slos create --from-file slo.json --yes' that are copy-paste ready, not pseudocode.

3 / 3

Workflow Clarity

The round-trip authoring flow (get -> edit -> create) is sequenced and guardrails like --yes and affected-alert review are noted, but for destructive write operations (create/update/delete) there is no explicit validate-or-preview-before-apply checkpoint, so verification remains implicit.

2 / 3

Progressive Disclosure

A compact, self-contained skill with no bundle files, organized under clear sections (CLI Commands, SLO Definition, Monitoring SLO Health, Creating/Updating, Key Principles, Related Skills); the only links point to sibling skills, not nested bundle references.

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.

The description is concise, third-person, and clearly answers both what the skill does and when to invoke it. Concrete actions and natural trigger phrases are comprehensive, and the scope is sharply distinguished from related skills.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'list and inspect SLOs', 'check whether targets and error budgets are healthy', 'create, update, or delete SLO definitions from JSON' — matching the comprehensive concrete-actions anchor rather than the partial score-2 anchor.

3 / 3

Completeness

Explicitly states both what it does (manage/list/inspect/check/create/update/delete SLO definitions) and when to use it via an explicit 'Use when...' clause with triggers, so the when-guidance is stated rather than merely implied.

3 / 3

Trigger Term Quality

Cites natural user phrases like 'list SLOs', 'check SLO status', 'is an SLO breaching', 'error budget', 'create/update/delete an SLO', and 'service level objective', giving broad coverage of terms users would actually say.

3 / 3

Distinctiveness Conflict Risk

Scoped to a named Coralogix CLI ('cx slos') with a clear SLO-management niche and distinct triggers, unlikely to overlap with sibling skills such as alerts or telemetry querying.

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.