push-notifications

Send task status alerts to Microsoft Teams and macOS desktop.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/scrivo21/SASAMClaudeCodeSkills --skill push-notifications-scrivo21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: push-notifications
Source: https://github.com/scrivo21/SASAMClaudeCodeSkills/tree/main/push-notifications/1.0.0/skills/push-notifications
Command: npx skills add https://github.com/scrivo21/SASAMClaudeCodeSkills --skill push-notifications-scrivo21

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Notifications automation reduces manual monitoring by delivering timely task-status updates directly to collaboration channels and desktop alerts.

Core Features & Use Cases

  • Microsoft Teams: Post updates to a channel via an incoming webhook using adaptive cards.
  • Desktop Notifications (macOS): Native alerts via terminal-notifier with sound and click actions.
  • Integration & Handoffs: Notify other skills when they complete or for cross-skill orchestration.

Quick Start

Configure the channels and send a test notification to verify setup.

Frequently Asked Questions about push-notifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send workflow notifications to Microsoft Teams from an automation pipeline?

You can send workflow notifications to Microsoft Teams by configuring an incoming webhook URL to post status updates and alerts directly to a channel using adaptive cards.

Can I get macOS desktop alerts when a data pipeline task fails or completes?

Yes, you can receive native macOS desktop alerts when a data pipeline task fails or completes by configuring a desktop notifier to deliver sound and click actions.

What is the best way to notify other skills when a cross-skill handoff is complete?

The best way to notify other skills when a cross-skill handoff is complete is to trigger an automated notification that delivers timely task-status updates directly to collaboration channels.

Do I need an incoming webhook to post CI/CD pipeline alerts to a Teams channel?

Yes, you need an incoming webhook to post CI/CD pipeline alerts to a Teams channel, along with an initial configuration to verify the setup using a test notification.

How do I test my Teams webhook and macOS notifier configuration after setup?

You can test your Teams webhook and macOS notifier configuration after setup by issuing a test command to verify that the integration correctly delivers status updates to the specified channels.