task-complete-notify

Post a styled Discord embed notification to a webhook when a task finishes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mporenta/airflow --skill task-complete-notify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-complete-notify
Source: https://github.com/mporenta/airflow/tree/main/.claude/skills/discord-task-complete-notify
Command: npx skills add https://github.com/mporenta/airflow --skill task-complete-notify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

At the end of a task, quickly notify a team channel on Discord with the completion summary and optional details.

Core Features & Use Cases

  • Emits a styled Discord embed when a task finishes, including a summary and optional details.
  • Supports multiple styles (complete, info, warning, error, progress) and optional URL previews.
  • Works with CI/CD pipelines, automation tasks, and developer workflows to surface completion status quickly.

Quick Start

Provide a short summary to trigger a Discord notification.

Frequently Asked Questions about task-complete-notify

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

FAQPage Schema
How do I send a Discord notification when a CI/CD pipeline task finishes?

Send a Discord notification when a task finishes by posting an embed message with a completion summary to a webhook URL. This surfaces the CI/CD pipeline status directly to your team channel.

Can I include a list of changed files in my Discord webhook notification?

Yes, you can include a list of changed files in your Discord webhook notification. The task completion ping supports optional details and file lists alongside the main summary within the embed message.

What Discord embed styles are available for automation task alerts?

Discord embed styles for automation task alerts include complete, info, warning, error, and progress variations. These styles help visually distinguish the completion status of development workflows.

Does this task completion notification require a specific Python DevOps framework?

No, it does not require a specific Python DevOps framework. It operates by posting a payload to a Discord webhook URL, making it applicable across various automation tasks and CI/CD pipelines.

What information do I need to provide to trigger a task completion ping to Discord?

To trigger a task completion ping to Discord, you need to provide a short summary and a Discord webhook URL. You can also optionally add style variations, details, and a list of changed files.

When should I use a webhook notification instead of a direct Discord bot for task alerts?

Use a webhook notification for task alerts when you need a lightweight, dependency-free method to surface CI/CD completion statuses. It posts embed messages directly without managing a persistent bot connection.