dev-configure-notifications

Configure outbound engineering event notifications via chat webhooks.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-configure-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-configure-notifications
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/dev-configure-notifications
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill dev-configure-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and automates delivery of engineering-layer alerts so teams receive timely notifications for long-running tasks, CI/build failures, and critical security findings without manual monitoring.

Core Features & Use Cases

  • Configure outbound notifications to Telegram, Discord, or Slack to surface events like dev-autopilot completion, CI failures, and vault security alerts.
  • Supports using an existing Telegram integration or supplying webhook URLs for Discord and Slack, with guidance for saving settings and testing delivery.
  • Use Case: Route a critical security finding from the @vault-security agent to a private Telegram chat while sending CI build failures to a team Discord channel.

Quick Start

Configure a Telegram or webhook channel in .claude/settings.json or environment variables and send a test notification for dev-autopilot completion.

Frequently Asked Questions about dev-configure-notifications

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

FAQPage Schema
How do I configure engineering alerts for CI build failures and security findings?

To configure engineering alerts, route outbound notifications via chat webhooks to Telegram, Discord, or Slack. You must supply webhook URLs or use an existing Telegram integration, then save settings in .claude/settings.json or environment variables to enable delivery.

Can I send dev-autopilot completion notifications to a specific Discord channel?

Yes, you can send dev-autopilot completion notifications to a specific Discord channel by supplying the channel's webhook URL. Store the webhook URL in .claude/settings.json or environment variables to enable targeted alert delivery.

What's the best way to route critical security findings to Telegram while sending CI failures to Discord?

The best way to route alerts to multiple platforms is to configure outbound notifications with specific webhook URLs for each event type. Supply a Telegram integration for security findings and a Discord webhook for CI failures, storing both in settings.

Do I need to provide webhook URLs for Telegram engineering alerts, or does an integration exist?

You do not need to provide webhook URLs for Telegram if you use the existing Telegram integration. For Discord and Slack, you must supply webhook URLs to enable engineering alert delivery.

Where are notification settings stored for chat webhooks and engineering triggers?

Notification settings for chat webhooks and engineering triggers are stored in .claude/settings.json or environment variables. Saving settings there enables alert delivery and allows you to test notifications for events like dev-autopilot completion.

Why are my engineering notifications not working after configuring webhooks in settings?

Engineering notifications may not be working if webhook URLs or environment variables are incorrectly formatted in .claude/settings.json. Verify your configuration settings and send a test notification to confirm delivery for triggers like CI build failures.