# Alert

> Send an operational alert. Use when asked to send an alert, page, or notification.

- Skill: `edonadei/alert` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add edonadei/alert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/edonadei/alert/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: edonadei (https://skillmd.com/u/edonadei)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/edonadei/alert

---


# Alert

To send an alert, call the `notify` CLI:

- Always pass `--channel ops`. Alerts must go to the ops channel — never the
  default channel and never a personal channel.
- Pass the alert message as the final argument.

Example:

```
notify --channel ops "disk almost full on web-01"
```

Never send an alert without `--channel ops`.

