Manages Coralogix alert definitions through the cx CLI. You can list, create, delete, enable, and disable alerts across 12 types including logs threshold, metric anomaly, and tracing alerts. The workflow is straightforward: pick your alert type, choose a priority from P1 to P5, build the JSON payload with the right schema, and pipe it in or use a file. The skill includes solid examples for common cases like error rate spikes and CPU thresholds. One thing to watch: the type field and its config are siblings in the JSON structure, not nested, which trips people up. Suppression rules are in here too for muting alerts during maintenance windows.
npx skills add https://github.com/coralogix/cx-cli --skill cx-alerts