Notification Hub
Aggregate alerts from multiple sources and send a unified summary to the team
Example Prompt
Aggregate all alerts from Sentry, GitHub, and Docker and send me a unified summary
About
This skill acts as a central notification aggregator, pulling alerts and updates from Sentry, GitHub, and Docker monitoring. It deduplicates and prioritizes the alerts, then sends a single unified summary to the team's Slack channel, reducing notification fatigue while ensuring nothing critical is missed.
Workflow Steps
Retrieve recent unresolved issues and errors from Sentry
🚨 List IssuesList recent GitHub issues and pull request notifications
📋 List IssuesCheck Docker container logs for error-level alerts
📜 Container LogsDeduplicate, prioritize, and group all alerts into a coherent summary
🧠 Structured ReasoningSend the unified notification summary to the team Slack channel
📨 Send MessageTools Used
Container Logs
Retrieve log output from a running or stopped Docker container
List Issues
List open issues in a GitHub repository with filtering by label, assignee, or milestone
List Issues
Retrieve unresolved error issues from a Sentry project, sorted by frequency or last seen
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
Docker
Manage containers, images, volumes, and networks via the Docker daemon
GitHub
Access GitHub repos, issues, PRs, and code search via the official MCP server
Sentry
Query error reports, performance data, and release health from Sentry
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision
Slack
Send messages, read channels, and manage Slack workspace interactions