Skip to content

Commit 277adb0

Browse files
Davidson Gomesclaude
andcommitted
fix(telegram): remove reply() from prod-review-todoist skill
Telegram notification was still in the skill file, causing the agent to call reply() multiple times per run (3x observed on 25/04 at 06:51). Notification now controlled by notify_telegram=True in review_todoist.py (gitignored custom routine, already updated on disk). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3066a50 commit 277adb0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • .claude/skills/prod-review-todoist

.claude/skills/prod-review-todoist/SKILL.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,3 @@ If the user wants to see details of what changed, they ask.
124124
- **If unsure about the category**, use `[Operations]` as fallback
125125
- **Execute first, report after** — no intermediate report
126126

127-
128-
### Notify via Telegram
129-
130-
Upon completion, send **exactly ONE** Telegram message — do NOT call `reply()` more than once per run:
131-
- Use the Telegram MCP: `reply(chat_id="YOUR_CHAT_ID", text="...")`
132-
- Format: emoji + routine name + main result (1-3 lines, all combined in a single message)
133-
- If the routine had no updates, send anyway with "no updates"

0 commit comments

Comments
 (0)