name: send-pushover-notification description: Send a notification after work completes. Use when Codex should alert you about task completion or important milestones.
Send Pushover Notification
Use this skill to send a single completion alert through Pushover at the end of work. Keep message text short and factual.
Quick Start
scripts/send_pushover.sh --message "<status>: <summary>"
Workflow
- Finish the requested task.
- Compose a concise completion message.
- Run
scripts/send_pushover.sh --message "<message>". - If script exits non-zero, report notification failure and the reason.
Script Contract
- Required option:
--message
- Optional options:
--title(defaultCodex Task Complete)--priority(default0)