telegram-notification

Send Telegram notifications for task completion and blocker status updates.

3|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/jon23d/skillz --skill telegram-notification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-notification
Source: https://github.com/jon23d/skillz/tree/main/skills/telegram-notification
Command: npx skills add https://github.com/jon23d/skillz --skill telegram-notification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines communication by sending automated Telegram notifications for task completion or to flag when a task is blocked, ensuring timely updates and issue awareness.

Core Features & Use Cases

  • Task Completion Alerts: Notifies stakeholders upon successful task completion with a summary and relevant links (e.g., PR URL).
  • Blocker Notifications: Immediately flags when a task is blocked, detailing the specific impediment.
  • Use Case: After a CI/CD pipeline successfully deploys a new version, this Skill sends a Telegram message confirming the deployment and providing a link to the release notes.

Quick Start

Send a Telegram notification indicating that the 'user-authentication' task is complete, summarizing that the new login flow was successfully implemented and providing the pull request URL.

Frequently Asked Questions about telegram-notification

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

FAQPage Schema
How do I send Telegram notifications for CI/CD pipeline task status updates?

To send Telegram notifications for CI/CD task status updates, this Skill formats completion summaries or blocker details and delegates message dispatch to the 'send-telegram' tool. It ensures notifications are sent exactly once without extraneous information.

What is the best way to alert a Telegram channel when a task is blocked?

The best way to alert a Telegram channel when a task is blocked is using this Skill to immediately flag the specific impediment. It formats predefined blocker notification messages and dispatches them directly through the 'send-telegram' tool.

Can I include a pull request URL in an automated Telegram task completion alert?

Yes, you can include a pull request URL in an automated Telegram task completion alert. This Skill formats completion notifications with relevant links like PR URLs and deployment summaries, then delegates the actual message dispatch to the 'send-telegram' tool.

Does this Telegram notification Skill support custom message formats for success and failure states?

Yes, this Telegram notification Skill supports predefined message formats for success and failure states. It formats task completion summaries and blocker details accordingly, ensuring notifications are sent exactly once without extraneous information.

Do I need to configure anything else to ensure Telegram notifications are sent exactly once?

To ensure Telegram notifications are sent exactly once, you only need this Skill's built-in processing logic. It intrinsically guarantees single dispatch and excludes extraneous information, delegating the actual message delivery to the 'send-telegram' tool.