From travis
Triage email inbox — summarize unread, identify action items, draft replies. Trigger on "check my email", "inbox", "unread messages", "email triage".
How this skill is triggered — by the user, by Claude, or both
Slash command
/travis:emailThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Triage and manage the user's email inbox.
Triage and manage the user's email inbox.
Privacy and confirmation policies: See
references/email-policies.mdfor the required privacy banner, confirmation gates, and audit trail rules.PII redaction rules: See
references/pii-redaction.mdfor redaction patterns to apply when summarizing email content.
Display the privacy warning banner (from references/email-policies.md) exactly once before any email content is shown.
Mode or query: $ARGUMENTS
Determine the mode from $ARGUMENTS:
from:[email protected], subject:invoice)references/pii-redaction.md when generating summaries## Inbox Summary ([count] unread)
### Action Required ([count])
- [sender] — [subject] — [1-line summary of what's needed]
### FYI ([count])
- [sender] — [subject] — [1-line summary]
### Internal ([count])
- [sender] — [subject] — [1-line summary]
### Promotional ([count])
- [count] promotional/notification emails (use /email triage to review)
## Proposed Archive Actions
- [ ] [sender] — [subject] (promotional)
- [ ] [sender] — [subject] (automated notification)
- [ ] [sender] — [subject] (FYI, no action needed)
Confirm to archive these messages, or specify which to keep.
references/email-policies.mdWhen the user asks to reply to or forward a specific email:
references/pii-redaction.md) if the draft quotes sensitive contentreferences/pii-redaction.md when generating summariesreferences/email-policies.md for all write actionsreferences/email-policies.md)If the email MCP server (gmail) is not configured:
.mcp.json with appropriate credentialsnpx claudepluginhub polebarnes/test-travis-harnessScans Gmail inbox for recent emails using time-based queries, classifies into three priority tiers, and drafts replies for urgent Tier 1 items.
Triages unread emails from Gmail or Outlook, scores importance (0-100) using sender recognition, urgency keywords, thread depth, and relevance, categorizes into Urgent/Important/Routine/Archive, and generates reply suggestions for priorities.
Scans multiple IMAP email accounts for unread messages, groups into threads by normalized subject, classifies priorities based on To/CC/sender signals, and drafts replies for morning inbox review.