بنقرة واحدة
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.)