원클릭으로
check-email
Filter email noise, surface human emails needing response, flag wiki gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Filter email noise, surface human emails needing response, flag wiki gaps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scan calendar events, classify them, surface prep needs.
Scan Slack for what needs attention. Team standup digest, mentions, DMs, wiki gaps.
Scan all tasks, flag overdue / stale items, report health by priority. Brain-only; no external calls.
Create a task page in brain/tasks/ with the canonical frontmatter, default fields, project guardrails, and a changelog entry.
End-of-day written standup. Investigates the day across code (git/PRs), comms (Slack/email/calendar), and the internal record (changelog, memory, tasks, meetings). Drafts a two-section signoff and posts to the team channel after explicit confirmation.
Classify a meeting transcript, create brain/artifact outputs with source links, extract knowledge, update the ingest log and changelog.
| name | check-email |
| description | Filter email noise, surface human emails needing response, flag wiki gaps. |
Triage the email inbox. Filter newsletters, calendar invites, bot mail. Surface what actually needs the user's attention.
Requires an Email MCP integration (e.g., Gmail).
/morning-brief.config.yaml)email — the user's email address.noise_senders — list of senders / domains to silently skip.unread (default) — unread emails.today — emails received today (read or unread).since:YYYY-MM-DD — emails since a date.Read inbox via the Email MCP. Use the most efficient query for the argument:
unread → is:unread in:inbox.today → newer_than:1d in:inbox.since:YYYY-MM-DD → after:YYYY/MM/DD in:inbox.Filter noise. For each thread:
From: against noise_senders. If match, skip and increment noise count.Classify remaining (human) messages:
brain/people/stakeholders/. If yes, mark stakeholder + wikilink.Compose the report using ../lib/report-template.md:
### Email
**Needs response** (N)
- [[stakeholder-name]] — Q3 capacity check, needs answer by Thursday.
- [Sam@vendor] — proposal feedback request.
**Wiki gaps** (N)
- New tool mentioned by [[alex-park]] — "Acme Vault" — no brain page yet.
**Actionable**
- [Legal] DPA pending review (link).
**Filtered** 14 noise items (newsletters, calendar invites, bots).
10–20 lines typical.
brain/people/stakeholders/. Flag as wiki gap — they should be added.noise_senders. Suggest the addition in the report./eod-signoff or explicit "send" requests.)