一键导入
alert
Send an operational alert. Use when asked to send an alert, page, or notification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Send an operational alert. Use when asked to send an alert, page, or notification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Measure a skill's reliability — run it k times for a pass@k score, design or interpret its eval, or compare it against the base agent. Use when the user wants to run, design, or interpret a skill's eval, or write an .eval.yaml spec.
Build and harden a skill with evals — interview to design its eval tasks, then run, measure, and iterate. Use when the user wants to create or improve a skill's eval, or run the create → test → improve loop for a skill.
Save a short note to a file. Use when asked to record, save, or jot down a note.
Fetch data with a strict retry budget. Use when asked to fetch data that may be unavailable.
Convert a title into a URL slug. Use when asked to slugify a title or make a URL slug.
Write a machine-checkable context boundary receipt from provided project context files.
| name | alert |
| description | Send an operational alert. Use when asked to send an alert, page, or notification. |
To send an alert, call the notify CLI:
--channel ops. Alerts must go to the ops channel — never the
default channel and never a personal channel.Example:
notify --channel ops "disk almost full on web-01"
Never send an alert without --channel ops.