You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(skills): correct currency conversion, churn method, and deduplicate Telegram
- fin-daily-pulse: convert all Stripe amounts to BRL (USD/IDR→BRL via
exchangerate-api with 5.75 fallback); fix churn to use
customer.subscription.deleted events with full pagination; unify
Telegram to a single reply() call per run
- prod-good-morning: replace /gog-email-triage sub-skill with direct
Gmail MCP calls to avoid duplicate Telegram notification
- prod-review-todoist: add explicit guard — call reply() exactly once
per run, all content in a single message
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude/skills/prod-good-morning/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ If any of these files don't exist yet (the user might be very new), that's fine
22
22
Before building the recap, gather live data silently (don't narrate each step):
23
23
24
24
1.**Agenda do dia** — use `/gog-calendar` to list today's events. Note meetings, times, people, and free blocks.
25
-
2.**Emails importantes** — use `/gog-email-triage`to check unread emails. Filter only those needing action or attention.
25
+
2.**Emails importantes** — use the Gmail MCP directly (`list_emails` then `get_email` for each relevant one) to check unread emails needing action or attention. Do NOT invoke `/gog-email-triage`as a sub-skill — it sends its own Telegram notification and would cause a duplicate.
26
26
3.**Tarefas de hoje** — run `todoist today` to list today's and overdue tasks from Todoist.
0 commit comments