一键导入
morning-digest
Use when the user asks for a morning digest, daily briefing, or wants a summary of unread emails, Slack notifications, and upcoming calendar events
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks for a morning digest, daily briefing, or wants a summary of unread emails, Slack notifications, and upcoming calendar events
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | morning-digest |
| description | Use when the user asks for a morning digest, daily briefing, or wants a summary of unread emails, Slack notifications, and upcoming calendar events |
Compile a morning briefing covering unread emails, Slack activity directed at you, and upcoming calendar events.
Run these three data-gathering steps in parallel, then present a unified digest.
Use mcp__claude_ai_Gmail__search_threads with query is:unread to fetch unread threads.
Summarize the unread inbox: group by sender or theme, highlight anything urgent or time-sensitive.
Use slack_search_public_and_private to find recent messages (last 24 hours) directed at you:
query: "to:me"
sort: timestamp
sort_dir: desc
limit: 20
after: <yesterday's Unix timestamp>
Also check for recent direct messages by searching:
query: "in:<@YOUR_USER_ID>"
sort: timestamp
sort_dir: desc
limit: 10
after: <yesterday's Unix timestamp>
Group results by channel/sender. Highlight questions awaiting your response, action items, and FYIs.
Use mcp__claude_ai_Google_Calendar__list_events to fetch:
time_min to start of today, time_max to end of today)time_max to end of the week)Combine everything into a single briefing:
## Morning Digest — <today's date>
### Email
- <count> unread messages
- <grouped summary with urgent items first>
### Slack
- <mentions and DMs grouped by channel/person>
- <items needing response highlighted>
### Calendar
**Today:**
- <today's events with times>
**This week:**
- <notable upcoming events>
Keep each section concise — 3-5 bullets max. Flag items that need action vs. FYI.
Read this skill before making git commits
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Interacts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files and hunks, reloads session contents, and adds inline review comments. Use when the user has a Hunk session running or wants to review diffs interactively.
Fetch and analyze Sentry issues, events, transactions, and logs. Helps agents debug errors, find root causes, and understand what happened at specific times.
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize