notify

Send structured markdown notifications to enterprise IM channels via webhooks.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/dd-xiaozhi/dev-agent-flow --skill notify-dd-xiaozhi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notify
Source: https://github.com/dd-xiaozhi/dev-agent-flow/tree/main/.claude/skills/notify
Command: npx skills add https://github.com/dd-xiaozhi/dev-agent-flow --skill notify-dd-xiaozhi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of fragmented communication during development workflows by providing a standardized, project-aware way to send structured notifications to team IM channels.

Core Features & Use Cases

  • Context-Aware Notifications: Automatically triggers alerts for release, audit, QA testing, and consensus reviews based on the current development stage.
  • Smart Mentions: Implements a robust @-mention mechanism that maps roles to specific team members, ensuring only relevant stakeholders are notified.
  • Use Case: When a developer completes a task and moves it to the QA stage, the Skill automatically sends a notification to the QA team with links to the relevant technical specifications and TAPD tickets.

Quick Start

Use the notify skill to send a custom message to the team channel with an explicit mention for the QA role.

Frequently Asked Questions about notify

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

FAQPage Schema
How do I send structured dev workflow notifications to enterprise IM channels?

Send structured dev workflow notifications to enterprise IM channels by utilizing automated webhooks to dispatch formatted markdown and text alerts for release announcements and audit reports.

How does role-based @-mention mapping work for team communication webhooks?

Role-based @-mention mapping for team communication webhooks automatically targets specific stakeholders by mapping project roles to individual team members, ensuring only relevant personnel receive cross-functional review requests.

Can I trigger automated QA testing alerts using project-specific environment configurations?

You can trigger automated QA testing alerts using project-specific environment configurations, which automatically generate notifications with links to relevant technical specifications and TAPD tickets when tasks move to the QA stage.

What is the best way to automate release announcements to team IM channels?

Automating release announcements to team IM channels is best handled by sending structured markdown notifications via webhooks, utilizing context-aware triggers based on the current development stage.

Does this notification automation work without additional component dependencies?

Notification automation works without additional component dependencies, operating independently to send structured markdown and text messages to enterprise IM channels via configured webhooks.

Why are mentions not working in my cross-functional review request notifications?

Mentions in cross-functional review request notifications may not work if project-specific environment configurations lack proper role-to-member mappings, preventing the webhook from identifying and targeting the correct stakeholders.