.claude/skills/gmail-triage/SKILL.md
Triage Gmail inbox by archiving noise emails (Google Meet, Calendar invitations, [email protected] without action needed) and surfacing actionable items. Use as standalone or as part of /morning workflow.
npx skillsauth add asonas/dotfiles gmail-triageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Inboxのノイズメールを自動アーカイブし、アクションが必要なものだけユーザーに通知する。
以下の3カテゴリを並行で検索する:
# Google Meetからのメール
mcp__claude_ai_Gmail__search_threads with query: "in:inbox from:[email protected]"
# Googleカレンダーの招待・更新メール
mcp__claude_ai_Gmail__search_threads with query: "in:inbox (subject:招待 OR subject:更新 OR subject:invitation OR subject:updated invitation) (subject:(JST) OR subject:(GMT) OR from:[email protected])"
# [email protected] からのメール
mcp__claude_ai_Gmail__search_threads with query: "in:inbox to:[email protected]"
注意: pageSize はデフォルト(20)で十分。大量にある場合はページネーションする。
from:[email protected]from:[email protected]to:[email protected]get_thread で各スレッドの本文を読む各対象スレッドに対してINBOXラベルを除去する:
mcp__claude_ai_Gmail__unlabel_thread with threadId: "xxx", labelIds: ["INBOX"]
処理結果をユーザーに報告する:
## Gmail Triage 完了
### アーカイブ済み
- Google Meet: N件
- カレンダー招待/更新: N件
- [email protected] (アクション不要): N件
### 要アクション ([email protected])
- **[件名]**: [要約とアクション内容]
- **[件名]**: [要約とアクション内容]
(該当なしの場合: 「要アクションのメールはありません」)
/morning から呼び出す場合は、Step 2(カレンダー取得)の後、Step 3(前日ノート読み込み)の前に実行する。
/morning のサマリーに Gmail Triage の結果も含める。
data-ai
Summarize the day's work and append to the daily note in Obsidian.
data-ai
memory-vector と memory-graph を横断検索して過去の記憶を呼び出す。「思い出して」「覚えていますか」「前に話した」等の記憶呼び出し時に使う。
development
Review GitHub Pull Requests. When given a PR URL, fetches diff and comments using gh command, then performs objective and critical code review.
tools
Use when starting the day. Organizes tasks, calendar, and context from previous sessions, then coaches through blockers on Linear issues via interactive dialogue.