π¬ From @wsvn53 Β· 2026-03-11 / appinn.com Β· 2026-03-28
High-volume group chats bury important bug reports, feature requests, and action items in casual conversation β manually monitoring them is exhausting and unreliable.
Minis uses tg-hub to synchronize Telegram group messages into a local SQLite database, identifies bug reports, feature requests, and action items, deduplicates them against existing Reminders, and writes new tasks to the system Reminders app. After fixes are merged, Minis can compare the tasks with the codebase and mark completed items.
| Skill | Purpose |
|---|---|
tg-hub |
Synchronize and query Telegram group messages |
Built-in (apple-reminders) |
Write to Reminders |
Pull the last 24 hours of messages from the Open Minis TG group,
extract bug reports and feature requests,
deduplicate against existing Reminders,
and write new items to the "Minis" reminder list.
π· Group messages are pouring in β AI automatically organizes β Write system reminder β Completion against code base mark Β· @wsvn53 via appinn.com Β· 2026-03-11
-
tg-hubskill installed - Complete the first Telegram account login interactively in Terminal; the session is then persisted
- Configure your own
TG_API_IDandTG_API_HASHwhen possible; built-in public credentials are only a fallback - Sync or refresh the target group into
tg-hub's local SQLite database before running offline searches - Reminders permission granted to Minis
2026-03-11
