$npx -y skills add jmstar85/oh-my-githubcopilot --skill configure-notificationsGuide configuration of notification integrations and status alerts. Activate when: configure notifications, notifications setup, alert me, Telegram, Discord, Slack.
| 1 | # Configure Notifications |
| 2 | |
| 3 | > **OMG adapted scope:** This skill provides configuration guidance only. It does not implement a background notification daemon in this port. |
| 4 | |
| 5 | ## Workflow |
| 6 | 1. Identify the desired channel and event types. |
| 7 | 2. Check whether the repository already has notification hooks or CI integration points. |
| 8 | 3. Recommend a minimal configuration path with placeholders for secrets. |
| 9 | 4. If credentials are required, ask the user to enter secrets directly in the appropriate tool or local environment; do not collect secrets in chat. |
| 10 | 5. Document how to test the notification path. |
| 11 | |
| 12 | ## Rules |
| 13 | - Never request or echo tokens, webhooks, or API keys. |
| 14 | - Prefer environment variables or secret stores over committed config. |
| 15 | - Clearly label unimplemented daemon behavior as out of scope. |