心跳任务完成技能 (Heartbeat Task Completion Skill)

Mark tasks complete via API, send Telegram notifications, and archive them.

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill heartbeat-task-completion-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 心跳任务完成技能 (Heartbeat Task Completion Skill)
Source: https://github.com/ttmouse/skills/tree/main/heartbeat-skill
Command: npx skills add https://github.com/ttmouse/skills --skill heartbeat-task-completion-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of marking a task as complete, including sending notifications and archiving, streamlining workflows and reducing manual steps.

Core Features & Use Cases

  • Task Completion: Marks tasks as completed via API.
  • Notifications: Sends Telegram notifications upon task completion.
  • Archiving: Automatically archives completed tasks.
  • Use Case: After an agent finishes coding a new feature, this Skill can be invoked to mark the task as done, notify the team via Telegram, and move the task to an archive, ensuring all steps are consistently followed.

Quick Start

Execute the heartbeat skill to mark task abc123 as complete with the title 'Implement new feature'.

Frequently Asked Questions about 心跳任务完成技能 (Heartbeat Task Completion Skill)

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

FAQPage Schema
How do I automate task completion with API integration and team notifications?

Automating task completion involves marking tasks as done via API and sending notifications through a single command. This Skill executes that workflow automatically, replacing manual steps by using command-line parameters for task ID, title, and description to finalize and archive tasks.

How do I send Telegram notifications when marking a workflow task as done?

Sending Telegram notifications when marking a task as done is handled automatically by this Skill. Upon execution, it integrates with your workflow to notify the team via Telegram and simultaneously archive the completed task without manual intervention.

Can I use command-line scripting to archive completed tasks automatically?

Yes, you can use command-line scripting to archive completed tasks automatically. This Skill supports execution with parameters for task ID, title, description, and files, allowing scripts to trigger the archiving process directly from the command line.

Does this task management automation work with environment variable inputs?

Yes, this task management automation works with environment variable inputs. The Skill supports both command-line execution with specific parameters and environment variable configurations to integrate with existing workflows flexibly.

What is the best way to integrate task archiving into an existing workflow?

The best way to integrate task archiving into an existing workflow is using a single command that marks tasks complete via API, sends Telegram notifications, and archives them. This Skill replaces manual steps, ensuring all completion steps are consistently followed.

When do I need automated task completion and archiving in my workflow?

You need automated task completion and archiving when an agent finishes a process like coding a new feature. This Skill invokes a single command to mark the task done, notify the team via Telegram, and move the task to an archive for consistency.