drift-ack

Record terse Telegram acknowledgements against the matching Drift incident.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill drift-ack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drift-ack
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/drift-ack
Command: npx skills add https://github.com/Walliiee/agent-harness --skill drift-ack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes ambiguity from fast Telegram acknowledgements by recording a terse user decision against the correct Drift incident without requiring conversational interpretation.

Core Features & Use Cases

  • Strict Ack Detection: Activates only for bare replies such as A, B, C, no, or edit in the Drift topic.
  • Incident Matching: Uses the replied-to message ID to attach the decision to the correct incident and avoids unreliable latest-incident guesses.
  • Ledgered Dispatch: Wraps the drift-ack CLI with skill-run tracking so the action is auditable and the incident ledger stays consistent.
  • Operational Fallbacks: Handles missing reply context and CLI failures by posting a brief topic warning or logging an error.

Quick Start

Reply to the Drift Telegram incident with a single letter, no, or edit so the skill can record the decision automatically.

Frequently Asked Questions about drift-ack

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

FAQPage Schema
How do I record Telegram incident acknowledgements without ambiguous replies?

You can record Telegram acknowledgements by replying directly to the incident message with a bare A, B, C, no, or edit, which uses the reply-to message ID to attach the decision to the correct incident.

How does reply-to message matching prevent incorrect incident tracking?

Incident matching uses the replied-to message ID to attach user decisions to the correct incident, avoiding unreliable latest-incident guesses and ensuring the incident ledger remains consistent and auditable.

Can I use a single-letter reply in Telegram for incident dispatch?

Yes, you can use a single-letter reply for incident dispatch by replying to a Drift Telegram incident message with A, B, C, no, or edit, which triggers strict ack detection and CLI dispatch automatically.

What happens when a Telegram acknowledgement is missing reply context?

When a Telegram acknowledgement is missing reply context, the skill handles the operational fallback by posting a brief topic warning to alert the user that the decision cannot be matched to an incident.

How is audit logging maintained for Telegram incident decisions?

Audit logging is maintained by wrapping the drift-ack CLI with skill-run tracking, ensuring the dispatch action is recorded and the incident ledger stays consistent and auditable across all acknowledgements.

Why are my bare Telegram replies not triggering incident tracking?

Bare Telegram replies fail to trigger incident tracking if they lack a reply-to message context or do not occur within the strict Drift topic, resulting in an operational fallback warning instead of a ledger entry.