What problem does it solve? Actionable bug reports and feature requests posted in Telegram supergroup topics get lost or paraphrased when manually converted into development tasks. This Skill automates the conversion of raw Telegram messages into structured local task files and GitHub issues while preserving the original message verbatim. ## Core Features & Use Cases - Topic-Scoped Message Crawling: Fetches Telegram history, filters messages by forum topic via reply-chain walking, and detects bug/feature/improve candidates by hashtag. - Zero-Summarization Task Generation: Creates bilingual task files containing the verbatim original message, a full English translation, a refactored prompt, codebase context, and AI analysis. - Deterministic State Management: Uses an embedded Python updater script to atomically track processed message IDs and sync registry entries in telegram-sync.json. - Use Case: A manager posts a Persian bug report in a Telegram project topic; the Skill crawls the topic, asks for approval, generates a task file in tasks/backlog/, optionally creates a GitHub issue, and replies in Telegram with the result. ## Quick Start Ask the agent to run the telegram-issue-sync workflow to fetch new messages from the configured Telegram topic and turn the approved ones into task files and GitHub issues.